Html Css Color HEX #6015AD Purple Heart

📋 copy color: '#6015AD'

red 96 ◦ green 21 ◦ blue 173

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

Shades of Purple Heart #6015AD

Tints of Purple Heart #6015AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 59.66%

R = 33.1%
G = 7.24%
B = 59.66%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6015AD (or 0x6015AD) is known color: Purple Heart. HEX triplet: 60, 15 and AD. RGB value is (96,21,173). Sum of RGB (Red+Green+Blue) = 96+21+173=290 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.10% from 290); Green value is 21 (8.59% from 255 or 7.24% from 290); Blue value is 173 (67.97% from 255 or 59.66% from 290); Max value from RGB is 173 - color contains mainly: blue. Hex color #6015AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6015AD is #9FEA52. Grayscale: #3C3C3C. Windows color (decimal): -10480211 or 11343200. OLE color: 11343200.

HSL color Cylindrical-coordinate representation of color #6015AD: hue angle of 269.61º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6015AD is Cyan = 0.45, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 21 173 -
CMYK 0.45 0.88 0 0.32
HSL 269.61º 0.78% 0.38% -
HSV(B) 269.61º 0.88% 0.68% -
XYZ 12.63 6.04 40.04 -
YUV 60.75 191.35 153.14 -
System Red Green Blue C M Y K H S L
Decimal 96 21 173 0.45 0.88 0 0.32 269.61 0.78 0.38
Hex 60 15 AD 2D 58 0 20 10E 4E 26
Octal 140 25 255 55 130 0 40 416 116 46
Binary 1100000 10101 10101101 101101 1011000 0 100000 100001110 1001110 100110

Color Harmonies of #6015AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015AD

Black with #6015AD

Text Example


Text Example

White with #6015AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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