Html Css Color HEX #7612AB Purple Heart

📋 copy color: '#7612AB'

red 118 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #7612AB

Tints of Purple Heart #7612AB

RGB

 RED value IS 118 (46.48% from 255) = 38.44%

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

 BLUE value IS 171 (67.19% from 255) = 55.7%

R = 38.44%
G = 5.86%
B = 55.7%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7612AB (or 0x7612AB) is known color: Purple Heart. HEX triplet: 76, 12 and AB. RGB value is (118,18,171). Sum of RGB (Red+Green+Blue) = 118+18+171=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #7612AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7612AB is #89ED54. Grayscale: #404040. Windows color (decimal): -9039189 or 11211382. OLE color: 11211382.

HSL color Cylindrical-coordinate representation of color #7612AB: hue angle of 279.22º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7612AB is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 118 18 171 -
CMYK 0.31 0.89 0 0.33
HSL 279.22º 0.81% 0.37% -
HSV(B) 279.22º 0.89% 0.67% -
XYZ 15.04 7.22 39.13 -
YUV 65.34 187.63 165.56 -
System Red Green Blue C M Y K H S L
Decimal 118 18 171 0.31 0.89 0 0.33 279.22 0.81 0.37
Hex 76 12 AB 1F 59 0 21 117 51 25
Octal 166 22 253 37 131 0 41 427 121 45
Binary 1110110 10010 10101011 11111 1011001 0 100001 100010111 1010001 100101

Color Harmonies of #7612AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7612AB

Black with #7612AB

Text Example


Text Example

White with #7612AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7612AB; }

 p { color: rgb(118,18,171); }

 H1.HeaderClassName
 {
   color: #7612AB;
 }
 .AnyTagClassName
 {
   color: #7612AB;
 }
</style>

background-color css

<style>
 a { background-color: #7612AB; }

 a { background-color: rgb(118,18,171); }

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

border-color css

<style>
 span { border-color: #7612AB; }

 span { border-color: rgb(118,18,171); }

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