Html Css Color HEX #6015CE Purple Heart

📋 copy color: '#6015CE'

red 96 ◦ green 21 ◦ blue 206

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

Shades of Purple Heart #6015CE

Tints of Purple Heart #6015CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 63.78%

R = 29.72%
G = 6.5%
B = 63.78%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6015CE (or 0x6015CE) is known color: Purple Heart. HEX triplet: 60, 15 and CE. RGB value is (96,21,206). Sum of RGB (Red+Green+Blue) = 96+21+206=323 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.72% from 323); Green value is 21 (8.59% from 255 or 6.50% from 323); Blue value is 206 (80.86% from 255 or 63.78% from 323); Max value from RGB is 206 - color contains mainly: blue. Hex color #6015CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015CE is #9FEA31. Grayscale: #3F3F3F. Windows color (decimal): -10480178 or 13505888. OLE color: 13505888.

HSL color Cylindrical-coordinate representation of color #6015CE: hue angle of 264.32º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6015CE is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 96 21 206 -
CMYK 0.53 0.90 0 0.19
HSL 264.32º 0.81% 0.45% -
HSV(B) 264.32º 0.9% 0.81% -
XYZ 16.23 7.48 58.98 -
YUV 64.52 207.85 150.46 -
System Red Green Blue C M Y K H S L
Decimal 96 21 206 0.53 0.90 0 0.19 264.32 0.81 0.45
Hex 60 15 CE 35 5A 0 13 108 51 2D
Octal 140 25 316 65 132 0 23 410 121 55
Binary 1100000 10101 11001110 110101 1011010 0 10011 100001000 1010001 101101

Color Harmonies of #6015CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015CE

Black with #6015CE

Text Example


Text Example

White with #6015CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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