Html Css Color HEX #701DCB Purple Heart

📋 copy color: '#701DCB'

red 112 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #701DCB

Tints of Purple Heart #701DCB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 8.43%

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

R = 32.56%
G = 8.43%
B = 59.01%

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

#701DCB (or 0x701DCB) is known color: Purple Heart. HEX triplet: 70, 1D and CB. RGB value is (112,29,203). Sum of RGB (Red+Green+Blue) = 112+29+203=344 (45% of max value = 765). Red value is 112 (44.14% from 255 or 32.56% from 344); Green value is 29 (11.72% from 255 or 8.43% from 344); Blue value is 203 (79.69% from 255 or 59.01% from 344); Max value from RGB is 203 - color contains mainly: blue. Hex color #701DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #701DCB is #8FE234. Grayscale: #494949. Windows color (decimal): -9429557 or 13311344. OLE color: 13311344.

HSL color Cylindrical-coordinate representation of color #701DCB: hue angle of 268.62º degrees, saturation: 0.75, 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 #701DCB is Cyan = 0.45, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 29 203 -
CMYK 0.45 0.86 0 0.20
HSL 268.62º 0.75% 0.45% -
HSV(B) 268.62º 0.86% 0.8% -
XYZ 17.9 8.64 57.22 -
YUV 73.65 201 155.35 -
System Red Green Blue C M Y K H S L
Decimal 112 29 203 0.45 0.86 0 0.20 268.62 0.75 0.45
Hex 70 1D CB 2D 56 0 14 10D 4B 2D
Octal 160 35 313 55 126 0 24 415 113 55
Binary 1110000 11101 11001011 101101 1010110 0 10100 100001101 1001011 101101

Color Harmonies of #701DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #701DCB

Black with #701DCB

Text Example


Text Example

White with #701DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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