Html Css Color HEX #701CCB Purple Heart

📋 copy color: '#701CCB'

red 112 ◦ green 28 ◦ blue 203

#701CCB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #701CCB

Tints of Purple Heart #701CCB

RGB

 RED value IS 112 (44.14% from 255) = 32.65%

 GREEN value IS 28 (11.33% from 255) = 8.16%

 BLUE value IS 203 (79.69% from 255) = 59.18%

R = 32.65%
G = 8.16%
B = 59.18%

CMYK

 C value IS 0.45

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#701CCB (or 0x701CCB) is known color: Purple Heart. HEX triplet: 70, 1C and CB. RGB value is (112,28,203). Sum of RGB (Red+Green+Blue) = 112+28+203=343 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.65% from 343); Green value is 28 (11.33% from 255 or 8.16% from 343); Blue value is 203 (79.69% from 255 or 59.18% from 343); Max value from RGB is 203 - color contains mainly: blue. Hex color #701CCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701CCB is #8FE334. Grayscale: #484848. Windows color (decimal): -9429813 or 13311088. OLE color: 13311088.

HSL color Cylindrical-coordinate representation of color #701CCB: hue angle of 268.8º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #701CCB is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 28 203 -
CMYK 0.45 0.86 0 0.20
HSL 268.8º 0.76% 0.45% -
HSV(B) 268.8º 0.86% 0.8% -
XYZ 17.88 8.59 57.22 -
YUV 73.07 201.33 155.77 -
System Red Green Blue C M Y K H S L
Decimal 112 28 203 0.45 0.86 0 0.20 268.8 0.76 0.45
Hex 70 1C CB 2D 56 0 14 10D 4C 2D
Octal 160 34 313 55 126 0 24 415 114 55
Binary 1110000 11100 11001011 101101 1010110 0 10100 100001101 1001100 101101

Color Harmonies of #701CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701CCB

Black with #701CCB

Text Example


Text Example

White with #701CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #701CCB; }

 p { color: rgb(112,28,203); }

 H1.HeaderClassName
 {
   color: #701CCB;
 }
 .AnyTagClassName
 {
   color: #701CCB;
 }
</style>

background-color css

<style>
 a { background-color: #701CCB; }

 a { background-color: rgb(112,28,203); }

 div.DivClassName
 {
   background-color: #701CCB;
 }
 .BgClassName
 {
   background-color: #701CCB;
 }
</style>

border-color css

<style>
 span { border-color: #701CCB; }

 span { border-color: rgb(112,28,203); }

 td.TdClassName
 {
   border-color: #701CCB;
 }
 .TagClassName
 {
   border-color: #701CCB;
 }
</style>