Html Css Color HEX #6015BF Purple Heart

📋 copy color: '#6015BF'

red 96 ◦ green 21 ◦ blue 191

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

Shades of Purple Heart #6015BF

Tints of Purple Heart #6015BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.01%

R = 31.17%
G = 6.82%
B = 62.01%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6015BF (or 0x6015BF) is known color: Purple Heart. HEX triplet: 60, 15 and BF. RGB value is (96,21,191). Sum of RGB (Red+Green+Blue) = 96+21+191=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 191 (75% from 255 or 62.01% from 308); Max value from RGB is 191 - color contains mainly: blue. Hex color #6015BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6015BF is #9FEA40. Grayscale: #3E3E3E. Windows color (decimal): -10480193 or 12522848. OLE color: 12522848.

HSL color Cylindrical-coordinate representation of color #6015BF: hue angle of 266.47º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #6015BF is Cyan = 0.50, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 21 191 -
CMYK 0.50 0.89 0 0.25
HSL 266.47º 0.8% 0.42% -
HSV(B) 266.47º 0.89% 0.75% -
XYZ 14.5 6.78 49.84 -
YUV 62.81 200.35 151.68 -
System Red Green Blue C M Y K H S L
Decimal 96 21 191 0.50 0.89 0 0.25 266.47 0.8 0.42
Hex 60 15 BF 32 59 0 19 10A 50 2A
Octal 140 25 277 62 131 0 31 412 120 52
Binary 1100000 10101 10111111 110010 1011001 0 11001 100001010 1010000 101010

Color Harmonies of #6015BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015BF

Black with #6015BF

Text Example


Text Example

White with #6015BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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