Html Css Color HEX #6015CB Purple Heart

📋 copy color: '#6015CB'

red 96 ◦ green 21 ◦ blue 203

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

Shades of Purple Heart #6015CB

Tints of Purple Heart #6015CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 30%
G = 6.56%
B = 63.44%

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

#6015CB (or 0x6015CB) is known color: Purple Heart. HEX triplet: 60, 15 and CB. RGB value is (96,21,203). Sum of RGB (Red+Green+Blue) = 96+21+203=320 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30% from 320); Green value is 21 (8.59% from 255 or 6.56% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #6015CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015CB is #9FEA34. Grayscale: #3F3F3F. Windows color (decimal): -10480181 or 13309280. OLE color: 13309280.

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

Color convert

RGB 96 21 203 -
CMYK 0.53 0.90 0 0.20
HSL 264.73º 0.81% 0.44% -
HSV(B) 264.73º 0.9% 0.8% -
XYZ 15.87 7.33 57.08 -
YUV 64.17 206.35 150.7 -
System Red Green Blue C M Y K H S L
Decimal 96 21 203 0.53 0.90 0 0.20 264.73 0.81 0.44
Hex 60 15 CB 35 5A 0 14 109 51 2C
Octal 140 25 313 65 132 0 24 411 121 54
Binary 1100000 10101 11001011 110101 1011010 0 10100 100001001 1010001 101100

Color Harmonies of #6015CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015CB

Black with #6015CB

Text Example


Text Example

White with #6015CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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