Html Css Color HEX #7812BA Purple Heart

📋 copy color: '#7812BA'

red 120 ◦ green 18 ◦ blue 186

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

Shades of Purple Heart #7812BA

Tints of Purple Heart #7812BA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.56%

 BLUE value IS 186 (73.05% from 255) = 57.41%

R = 37.04%
G = 5.56%
B = 57.41%

CMYK

 C value IS 0.35

 M value IS 0.90

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7812BA (or 0x7812BA) is known color: Purple Heart. HEX triplet: 78, 12 and BA. RGB value is (120,18,186). Sum of RGB (Red+Green+Blue) = 120+18+186=324 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.04% from 324); Green value is 18 (7.42% from 255 or 5.56% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #7812BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7812BA is #87ED45. Grayscale: #434343. Windows color (decimal): -8908102 or 12194424. OLE color: 12194424.

HSL color Cylindrical-coordinate representation of color #7812BA: hue angle of 276.43º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7812BA is Cyan = 0.35, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 120 18 186 -
CMYK 0.35 0.90 0 0.27
HSL 276.43º 0.82% 0.4% -
HSV(B) 276.43º 0.9% 0.73% -
XYZ 16.82 7.97 47.11 -
YUV 67.65 194.79 165.34 -
System Red Green Blue C M Y K H S L
Decimal 120 18 186 0.35 0.90 0 0.27 276.43 0.82 0.4
Hex 78 12 BA 23 5A 0 1B 114 52 28
Octal 170 22 272 43 132 0 33 424 122 50
Binary 1111000 10010 10111010 100011 1011010 0 11011 100010100 1010010 101000

Color Harmonies of #7812BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7812BA

Black with #7812BA

Text Example


Text Example

White with #7812BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7812BA; }

 p { color: rgb(120,18,186); }

 H1.HeaderClassName
 {
   color: #7812BA;
 }
 .AnyTagClassName
 {
   color: #7812BA;
 }
</style>

background-color css

<style>
 a { background-color: #7812BA; }

 a { background-color: rgb(120,18,186); }

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

border-color css

<style>
 span { border-color: #7812BA; }

 span { border-color: rgb(120,18,186); }

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