Html Css Color HEX #781FAF Purple Heart

📋 copy color: '#781FAF'

red 120 ◦ green 31 ◦ blue 175

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

Shades of Purple Heart #781FAF

Tints of Purple Heart #781FAF

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.51%

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

R = 36.81%
G = 9.51%
B = 53.68%

CMYK

 C value IS 0.31

 M value IS 0.82

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#781FAF (or 0x781FAF) is known color: Purple Heart. HEX triplet: 78, 1F and AF. RGB value is (120,31,175). Sum of RGB (Red+Green+Blue) = 120+31+175=326 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.81% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 175 (68.75% from 255 or 53.68% from 326); Max value from RGB is 175 - color contains mainly: blue. Hex color #781FAF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781FAF is #87E050. Grayscale: #494949. Windows color (decimal): -8904785 or 11476856. OLE color: 11476856.

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

Color convert

RGB 120 31 175 -
CMYK 0.31 0.82 0 0.31
HSL 277.08º 0.7% 0.4% -
HSV(B) 277.08º 0.82% 0.69% -
XYZ 15.97 8.07 41.27 -
YUV 74.03 184.99 160.79 -
System Red Green Blue C M Y K H S L
Decimal 120 31 175 0.31 0.82 0 0.31 277.08 0.7 0.4
Hex 78 1F AF 1F 52 0 1F 115 46 28
Octal 170 37 257 37 122 0 37 425 106 50
Binary 1111000 11111 10101111 11111 1010010 0 11111 100010101 1000110 101000

Color Harmonies of #781FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #781FAF

Black with #781FAF

Text Example


Text Example

White with #781FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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