Html Css Color HEX #6015AA Purple Heart

📋 copy color: '#6015AA'

red 96 ◦ green 21 ◦ blue 170

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

Shades of Purple Heart #6015AA

Tints of Purple Heart #6015AA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.32%

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

R = 33.45%
G = 7.32%
B = 59.23%

CMYK

 C value IS 0.44

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#6015AA (or 0x6015AA) is known color: Purple Heart. HEX triplet: 60, 15 and AA. RGB value is (96,21,170). Sum of RGB (Red+Green+Blue) = 96+21+170=287 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.45% from 287); Green value is 21 (8.59% from 255 or 7.32% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #6015AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6015AA is #9FEA55. Grayscale: #3B3B3B. Windows color (decimal): -10480214 or 11146592. OLE color: 11146592.

HSL color Cylindrical-coordinate representation of color #6015AA: hue angle of 270.2º degrees, saturation: 0.78, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6015AA is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 21 170 -
CMYK 0.44 0.88 0 0.33
HSL 270.2º 0.78% 0.37% -
HSV(B) 270.2º 0.88% 0.67% -
XYZ 12.35 5.93 38.52 -
YUV 60.41 189.85 153.38 -
System Red Green Blue C M Y K H S L
Decimal 96 21 170 0.44 0.88 0 0.33 270.2 0.78 0.37
Hex 60 15 AA 2C 58 0 21 10E 4E 25
Octal 140 25 252 54 130 0 41 416 116 45
Binary 1100000 10101 10101010 101100 1011000 0 100001 100001110 1001110 100101

Color Harmonies of #6015AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015AA

Black with #6015AA

Text Example


Text Example

White with #6015AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,21,170); }

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

background-color css

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

 a { background-color: rgb(96,21,170); }

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

border-color css

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

 span { border-color: rgb(96,21,170); }

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