Html Css Color HEX #6015D7 Purple Heart

📋 copy color: '#6015D7'

red 96 ◦ green 21 ◦ blue 215

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

Shades of Purple Heart #6015D7

Tints of Purple Heart #6015D7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 64.76%

R = 28.92%
G = 6.33%
B = 64.76%

CMYK

 C value IS 0.55

 M value IS 0.90

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6015D7 (or 0x6015D7) is known color: Purple Heart. HEX triplet: 60, 15 and D7. RGB value is (96,21,215). Sum of RGB (Red+Green+Blue) = 96+21+215=332 (43% of max value = 765). Red value is 96 (37.89% from 255 or 28.92% from 332); Green value is 21 (8.59% from 255 or 6.33% from 332); Blue value is 215 (84.38% from 255 or 64.76% from 332); Max value from RGB is 215 - color contains mainly: blue. Hex color #6015D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015D7 is #9FEA28. Grayscale: #404040. Windows color (decimal): -10480169 or 14095712. OLE color: 14095712.

HSL color Cylindrical-coordinate representation of color #6015D7: hue angle of 263.2º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6015D7 is Cyan = 0.55, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 96 21 215 -
CMYK 0.55 0.90 0 0.16
HSL 263.2º 0.82% 0.46% -
HSV(B) 263.2º 0.9% 0.84% -
XYZ 17.36 7.93 64.91 -
YUV 65.54 212.35 149.73 -
System Red Green Blue C M Y K H S L
Decimal 96 21 215 0.55 0.90 0 0.16 263.2 0.82 0.46
Hex 60 15 D7 37 5A 0 10 107 52 2E
Octal 140 25 327 67 132 0 20 407 122 56
Binary 1100000 10101 11010111 110111 1011010 0 10000 100000111 1010010 101110

Color Harmonies of #6015D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015D7

Black with #6015D7

Text Example


Text Example

White with #6015D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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