Html Css Color HEX #6015B1 Purple Heart

📋 copy color: '#6015B1'

red 96 ◦ green 21 ◦ blue 177

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

Shades of Purple Heart #6015B1

Tints of Purple Heart #6015B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 60.2%

R = 32.65%
G = 7.14%
B = 60.2%

CMYK

 C value IS 0.46

 M value IS 0.88

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#6015B1 (or 0x6015B1) is known color: Purple Heart. HEX triplet: 60, 15 and B1. RGB value is (96,21,177). Sum of RGB (Red+Green+Blue) = 96+21+177=294 (38% of max value = 765). Red value is 96 (37.89% from 255 or 32.65% from 294); Green value is 21 (8.59% from 255 or 7.14% from 294); Blue value is 177 (69.53% from 255 or 60.20% from 294); Max value from RGB is 177 - color contains mainly: blue. Hex color #6015B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6015B1 is #9FEA4E. Grayscale: #3C3C3C. Windows color (decimal): -10480207 or 11605344. OLE color: 11605344.

HSL color Cylindrical-coordinate representation of color #6015B1: hue angle of 268.85º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6015B1 is Cyan = 0.46, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 96 21 177 -
CMYK 0.46 0.88 0 0.31
HSL 268.85º 0.79% 0.39% -
HSV(B) 268.85º 0.88% 0.69% -
XYZ 13.03 6.2 42.1 -
YUV 61.21 193.35 152.82 -
System Red Green Blue C M Y K H S L
Decimal 96 21 177 0.46 0.88 0 0.31 268.85 0.79 0.39
Hex 60 15 B1 2E 58 0 1F 10D 4F 27
Octal 140 25 261 56 130 0 37 415 117 47
Binary 1100000 10101 10110001 101110 1011000 0 11111 100001101 1001111 100111

Color Harmonies of #6015B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6015B1

Black with #6015B1

Text Example


Text Example

White with #6015B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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