Html Css Color HEX #781DB6 Purple Heart

📋 copy color: '#781DB6'

red 120 ◦ green 29 ◦ blue 182

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

Shades of Purple Heart #781DB6

Tints of Purple Heart #781DB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 54.98%

R = 36.25%
G = 8.76%
B = 54.98%

CMYK

 C value IS 0.34

 M value IS 0.84

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#781DB6 (or 0x781DB6) is known color: Purple Heart. HEX triplet: 78, 1D and B6. RGB value is (120,29,182). Sum of RGB (Red+Green+Blue) = 120+29+182=331 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.25% from 331); Green value is 29 (11.72% from 255 or 8.76% from 331); Blue value is 182 (71.48% from 255 or 54.98% from 331); Max value from RGB is 182 - color contains mainly: blue. Hex color #781DB6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #781DB6 is #87E249. Grayscale: #494949. Windows color (decimal): -8905290 or 11935096. OLE color: 11935096.

HSL color Cylindrical-coordinate representation of color #781DB6: hue angle of 275.69º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #781DB6 is Cyan = 0.34, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 120 29 182 -
CMYK 0.34 0.84 0 0.29
HSL 275.69º 0.73% 0.41% -
HSV(B) 275.69º 0.84% 0.71% -
XYZ 16.63 8.25 44.97 -
YUV 73.65 189.15 161.06 -
System Red Green Blue C M Y K H S L
Decimal 120 29 182 0.34 0.84 0 0.29 275.69 0.73 0.41
Hex 78 1D B6 22 54 0 1D 114 49 29
Octal 170 35 266 42 124 0 35 424 111 51
Binary 1111000 11101 10110110 100010 1010100 0 11101 100010100 1001001 101001

Color Harmonies of #781DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781DB6

Black with #781DB6

Text Example


Text Example

White with #781DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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