Html Css Color HEX #781EAF Purple Heart

📋 copy color: '#781EAF'

red 120 ◦ green 30 ◦ blue 175

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

Shades of Purple Heart #781EAF

Tints of Purple Heart #781EAF

RGB

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

 GREEN value IS 30 (12.11% from 255) = 9.23%

 BLUE value IS 175 (68.75% from 255) = 53.85%

R = 36.92%
G = 9.23%
B = 53.85%

CMYK

 C value IS 0.31

 M value IS 0.83

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#781EAF (or 0x781EAF) is known color: Purple Heart. HEX triplet: 78, 1E and AF. RGB value is (120,30,175). Sum of RGB (Red+Green+Blue) = 120+30+175=325 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.92% from 325); Green value is 30 (12.11% from 255 or 9.23% from 325); Blue value is 175 (68.75% from 255 or 53.85% from 325); Max value from RGB is 175 - color contains mainly: blue. Hex color #781EAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781EAF is #87E150. Grayscale: #484848. Windows color (decimal): -8905041 or 11476600. OLE color: 11476600.

HSL color Cylindrical-coordinate representation of color #781EAF: hue angle of 277.24º degrees, saturation: 0.71, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #781EAF is Cyan = 0.31, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 120 30 175 -
CMYK 0.31 0.83 0 0.31
HSL 277.24º 0.71% 0.4% -
HSV(B) 277.24º 0.83% 0.69% -
XYZ 15.95 8.02 41.26 -
YUV 73.44 185.32 161.21 -
System Red Green Blue C M Y K H S L
Decimal 120 30 175 0.31 0.83 0 0.31 277.24 0.71 0.4
Hex 78 1E AF 1F 53 0 1F 115 47 28
Octal 170 36 257 37 123 0 37 425 107 50
Binary 1111000 11110 10101111 11111 1010011 0 11111 100010101 1000111 101000

Color Harmonies of #781EAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781EAF

Black with #781EAF

Text Example


Text Example

White with #781EAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,30,175); }

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

background-color css

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

 a { background-color: rgb(120,30,175); }

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

border-color css

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

 span { border-color: rgb(120,30,175); }

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