Html Css Color HEX #6015CC Purple Heart

📋 copy color: '#6015CC'

red 96 ◦ green 21 ◦ blue 204

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

Shades of Purple Heart #6015CC

Tints of Purple Heart #6015CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 63.55%

R = 29.91%
G = 6.54%
B = 63.55%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6015CC (or 0x6015CC) is known color: Purple Heart. HEX triplet: 60, 15 and CC. RGB value is (96,21,204). Sum of RGB (Red+Green+Blue) = 96+21+204=321 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.91% from 321); Green value is 21 (8.59% from 255 or 6.54% from 321); Blue value is 204 (80.08% from 255 or 63.55% from 321); Max value from RGB is 204 - color contains mainly: blue. Hex color #6015CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015CC is #9FEA33. Grayscale: #3F3F3F. Windows color (decimal): -10480180 or 13374816. OLE color: 13374816.

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

Color convert

RGB 96 21 204 -
CMYK 0.53 0.90 0 0.2
HSL 264.59º 0.81% 0.44% -
HSV(B) 264.59º 0.9% 0.8% -
XYZ 15.99 7.38 57.71 -
YUV 64.29 206.85 150.62 -
System Red Green Blue C M Y K H S L
Decimal 96 21 204 0.53 0.90 0 0.2 264.59 0.81 0.44
Hex 60 15 CC 35 5A 0 14 109 51 2C
Octal 140 25 314 65 132 0 24 411 121 54
Binary 1100000 10101 11001100 110101 1011010 0 10100 100001001 1010001 101100

Color Harmonies of #6015CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015CC

Black with #6015CC

Text Example


Text Example

White with #6015CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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