Html Css Color HEX #6012AB Purple Heart

📋 copy color: '#6012AB'

red 96 ◦ green 18 ◦ blue 171

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

Shades of Purple Heart #6012AB

Tints of Purple Heart #6012AB

RGB

 RED value IS 96 (37.89% from 255) = 33.68%

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

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

R = 33.68%
G = 6.32%
B = 60%

CMYK

 C value IS 0.44

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6012AB (or 0x6012AB) is known color: Purple Heart. HEX triplet: 60, 12 and AB. RGB value is (96,18,171). Sum of RGB (Red+Green+Blue) = 96+18+171=285 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.68% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 171 (67.19% from 255 or 60% from 285); Max value from RGB is 171 - color contains mainly: blue. Hex color #6012AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6012AB is #9FED54. Grayscale: #3A3A3A. Windows color (decimal): -10480981 or 11211360. OLE color: 11211360.

HSL color Cylindrical-coordinate representation of color #6012AB: hue angle of 270.59º 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 #6012AB is Cyan = 0.44, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 18 171 -
CMYK 0.44 0.89 0 0.33
HSL 270.59º 0.81% 0.37% -
HSV(B) 270.59º 0.89% 0.67% -
XYZ 12.39 5.86 39.01 -
YUV 58.76 191.34 154.56 -
System Red Green Blue C M Y K H S L
Decimal 96 18 171 0.44 0.89 0 0.33 270.59 0.81 0.37
Hex 60 12 AB 2C 59 0 21 10F 51 25
Octal 140 22 253 54 131 0 41 417 121 45
Binary 1100000 10010 10101011 101100 1011001 0 100001 100001111 1010001 100101

Color Harmonies of #6012AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6012AB

Black with #6012AB

Text Example


Text Example

White with #6012AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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