Html Css Color HEX #6017BC Purple Heart

📋 copy color: '#6017BC'

red 96 ◦ green 23 ◦ blue 188

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

Shades of Purple Heart #6017BC

Tints of Purple Heart #6017BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 61.24%

R = 31.27%
G = 7.49%
B = 61.24%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6017BC (or 0x6017BC) is known color: Purple Heart. HEX triplet: 60, 17 and BC. RGB value is (96,23,188). Sum of RGB (Red+Green+Blue) = 96+23+188=307 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.27% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 188 (73.83% from 255 or 61.24% from 307); Max value from RGB is 188 - color contains mainly: blue. Hex color #6017BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6017BC is #9FE843. Grayscale: #3F3F3F. Windows color (decimal): -10479684 or 12326752. OLE color: 12326752.

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

Color convert

RGB 96 23 188 -
CMYK 0.49 0.88 0 0.26
HSL 266.55º 0.78% 0.41% -
HSV(B) 266.55º 0.88% 0.74% -
XYZ 14.21 6.73 48.13 -
YUV 63.64 198.18 151.08 -
System Red Green Blue C M Y K H S L
Decimal 96 23 188 0.49 0.88 0 0.26 266.55 0.78 0.41
Hex 60 17 BC 31 58 0 1A 10B 4E 29
Octal 140 27 274 61 130 0 32 413 116 51
Binary 1100000 10111 10111100 110001 1011000 0 11010 100001011 1001110 101001

Color Harmonies of #6017BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6017BC

Black with #6017BC

Text Example


Text Example

White with #6017BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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