Html Css Color HEX #6112AA Purple Heart

📋 copy color: '#6112AA'

red 97 ◦ green 18 ◦ blue 170

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

Shades of Purple Heart #6112AA

Tints of Purple Heart #6112AA

RGB

 RED value IS 97 (38.28% from 255) = 34.04%

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

 BLUE value IS 170 (66.8% from 255) = 59.65%

R = 34.04%
G = 6.32%
B = 59.65%

CMYK

 C value IS 0.43

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6112AA (or 0x6112AA) is known color: Purple Heart. HEX triplet: 61, 12 and AA. RGB value is (97,18,170). Sum of RGB (Red+Green+Blue) = 97+18+170=285 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.04% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 170 (66.80% from 255 or 59.65% from 285); Max value from RGB is 170 - color contains mainly: blue. Hex color #6112AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6112AA is #9EED55. Grayscale: #3A3A3A. Windows color (decimal): -10415446 or 11145825. OLE color: 11145825.

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

Color convert

RGB 97 18 170 -
CMYK 0.43 0.89 0 0.33
HSL 271.18º 0.81% 0.37% -
HSV(B) 271.18º 0.89% 0.67% -
XYZ 12.4 5.88 38.51 -
YUV 58.95 190.67 155.14 -
System Red Green Blue C M Y K H S L
Decimal 97 18 170 0.43 0.89 0 0.33 271.18 0.81 0.37
Hex 61 12 AA 2B 59 0 21 10F 51 25
Octal 141 22 252 53 131 0 41 417 121 45
Binary 1100001 10010 10101010 101011 1011001 0 100001 100001111 1010001 100101

Color Harmonies of #6112AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6112AA

Black with #6112AA

Text Example


Text Example

White with #6112AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6112AA; }

 p { color: rgb(97,18,170); }

 H1.HeaderClassName
 {
   color: #6112AA;
 }
 .AnyTagClassName
 {
   color: #6112AA;
 }
</style>

background-color css

<style>
 a { background-color: #6112AA; }

 a { background-color: rgb(97,18,170); }

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

border-color css

<style>
 span { border-color: #6112AA; }

 span { border-color: rgb(97,18,170); }

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