Html Css Color HEX #6015AF Purple Heart

📋 copy color: '#6015AF'

red 96 ◦ green 21 ◦ blue 175

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

Shades of Purple Heart #6015AF

Tints of Purple Heart #6015AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 59.93%

R = 32.88%
G = 7.19%
B = 59.93%

CMYK

 C value IS 0.45

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6015AF (or 0x6015AF) is known color: Purple Heart. HEX triplet: 60, 15 and AF. RGB value is (96,21,175). Sum of RGB (Red+Green+Blue) = 96+21+175=292 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.88% from 292); Green value is 21 (8.59% from 255 or 7.19% from 292); Blue value is 175 (68.75% from 255 or 59.93% from 292); Max value from RGB is 175 - color contains mainly: blue. Hex color #6015AF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6015AF is #9FEA50. Grayscale: #3C3C3C. Windows color (decimal): -10480209 or 11474272. OLE color: 11474272.

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

Color convert

RGB 96 21 175 -
CMYK 0.45 0.88 0 0.31
HSL 269.22º 0.79% 0.38% -
HSV(B) 269.22º 0.88% 0.69% -
XYZ 12.83 6.12 41.06 -
YUV 60.98 192.35 152.98 -
System Red Green Blue C M Y K H S L
Decimal 96 21 175 0.45 0.88 0 0.31 269.22 0.79 0.38
Hex 60 15 AF 2D 58 0 1F 10D 4F 26
Octal 140 25 257 55 130 0 37 415 117 46
Binary 1100000 10101 10101111 101101 1011000 0 11111 100001101 1001111 100110

Color Harmonies of #6015AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015AF

Black with #6015AF

Text Example


Text Example

White with #6015AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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