Html Css Color HEX #6017BA Purple Heart

📋 copy color: '#6017BA'

red 96 ◦ green 23 ◦ blue 186

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

Shades of Purple Heart #6017BA

Tints of Purple Heart #6017BA

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 186 (73.05% from 255) = 60.98%

R = 31.48%
G = 7.54%
B = 60.98%

CMYK

 C value IS 0.48

 M value IS 0.88

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6017BA (or 0x6017BA) is known color: Purple Heart. HEX triplet: 60, 17 and BA. RGB value is (96,23,186). Sum of RGB (Red+Green+Blue) = 96+23+186=305 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.48% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #6017BA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017BA is #9FE845. Grayscale: #3E3E3E. Windows color (decimal): -10479686 or 12195680. OLE color: 12195680.

HSL color Cylindrical-coordinate representation of color #6017BA: hue angle of 266.87º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #6017BA is Cyan = 0.48, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 96 23 186 -
CMYK 0.48 0.88 0 0.27
HSL 266.87º 0.78% 0.41% -
HSV(B) 266.87º 0.88% 0.73% -
XYZ 13.99 6.64 47 -
YUV 63.41 197.18 151.25 -
System Red Green Blue C M Y K H S L
Decimal 96 23 186 0.48 0.88 0 0.27 266.87 0.78 0.41
Hex 60 17 BA 30 58 0 1B 10B 4E 29
Octal 140 27 272 60 130 0 33 413 116 51
Binary 1100000 10111 10111010 110000 1011000 0 11011 100001011 1001110 101001

Color Harmonies of #6017BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017BA

Black with #6017BA

Text Example


Text Example

White with #6017BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6017BA; }

 p { color: rgb(96,23,186); }

 H1.HeaderClassName
 {
   color: #6017BA;
 }
 .AnyTagClassName
 {
   color: #6017BA;
 }
</style>

background-color css

<style>
 a { background-color: #6017BA; }

 a { background-color: rgb(96,23,186); }

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

border-color css

<style>
 span { border-color: #6017BA; }

 span { border-color: rgb(96,23,186); }

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