Html Css Color HEX #6015CD Purple Heart

📋 copy color: '#6015CD'

red 96 ◦ green 21 ◦ blue 205

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

Shades of Purple Heart #6015CD

Tints of Purple Heart #6015CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 63.66%

R = 29.81%
G = 6.52%
B = 63.66%

CMYK

 C value IS 0.53

 M value IS 0.90

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6015CD (or 0x6015CD) is known color: Purple Heart. HEX triplet: 60, 15 and CD. RGB value is (96,21,205). Sum of RGB (Red+Green+Blue) = 96+21+205=322 (42% of max value = 765). Red value is 96 (37.89% from 255 or 29.81% from 322); Green value is 21 (8.59% from 255 or 6.52% from 322); Blue value is 205 (80.47% from 255 or 63.66% from 322); Max value from RGB is 205 - color contains mainly: blue. Hex color #6015CD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015CD is #9FEA32. Grayscale: #3F3F3F. Windows color (decimal): -10480179 or 13440352. OLE color: 13440352.

HSL color Cylindrical-coordinate representation of color #6015CD: hue angle of 264.46º 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 #6015CD is Cyan = 0.53, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 96 21 205 -
CMYK 0.53 0.90 0 0.20
HSL 264.46º 0.81% 0.44% -
HSV(B) 264.46º 0.9% 0.8% -
XYZ 16.11 7.43 58.34 -
YUV 64.4 207.35 150.54 -
System Red Green Blue C M Y K H S L
Decimal 96 21 205 0.53 0.90 0 0.20 264.46 0.81 0.44
Hex 60 15 CD 35 5A 0 14 108 51 2C
Octal 140 25 315 65 132 0 24 410 121 54
Binary 1100000 10101 11001101 110101 1011010 0 10100 100001000 1010001 101100

Color Harmonies of #6015CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015CD

Black with #6015CD

Text Example


Text Example

White with #6015CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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