Html Css Color HEX #781DCB Purple Heart

📋 copy color: '#781DCB'

red 120 ◦ green 29 ◦ blue 203

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

Shades of Purple Heart #781DCB

Tints of Purple Heart #781DCB

RGB

 RED value IS 120 (47.27% from 255) = 34.09%

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

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

R = 34.09%
G = 8.24%
B = 57.67%

CMYK

 C value IS 0.41

 M value IS 0.86

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#781DCB (or 0x781DCB) is known color: Purple Heart. HEX triplet: 78, 1D and CB. RGB value is (120,29,203). Sum of RGB (Red+Green+Blue) = 120+29+203=352 (46% of max value = 765). Red value is 120 (47.27% from 255 or 34.09% from 352); Green value is 29 (11.72% from 255 or 8.24% from 352); Blue value is 203 (79.69% from 255 or 57.67% from 352); Max value from RGB is 203 - color contains mainly: blue. Hex color #781DCB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DCB is #87E234. Grayscale: #4B4B4B. Windows color (decimal): -8905269 or 13311352. OLE color: 13311352.

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

Color convert

RGB 120 29 203 -
CMYK 0.41 0.86 0 0.20
HSL 271.38º 0.75% 0.45% -
HSV(B) 271.38º 0.86% 0.8% -
XYZ 18.96 9.18 57.27 -
YUV 76.05 199.65 159.35 -
System Red Green Blue C M Y K H S L
Decimal 120 29 203 0.41 0.86 0 0.20 271.38 0.75 0.45
Hex 78 1D CB 29 56 0 14 10F 4B 2D
Octal 170 35 313 51 126 0 24 417 113 55
Binary 1111000 11101 11001011 101001 1010110 0 10100 100001111 1001011 101101

Color Harmonies of #781DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DCB

Black with #781DCB

Text Example


Text Example

White with #781DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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