Html Css Color HEX #6016BF Purple Heart

📋 copy color: '#6016BF'

red 96 ◦ green 22 ◦ blue 191

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

Shades of Purple Heart #6016BF

Tints of Purple Heart #6016BF

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.12%

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

R = 31.07%
G = 7.12%
B = 61.81%

CMYK

 C value IS 0.50

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6016BF (or 0x6016BF) is known color: Purple Heart. HEX triplet: 60, 16 and BF. RGB value is (96,22,191). Sum of RGB (Red+Green+Blue) = 96+22+191=309 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.07% from 309); Green value is 22 (8.98% from 255 or 7.12% from 309); Blue value is 191 (75% from 255 or 61.81% from 309); Max value from RGB is 191 - color contains mainly: blue. Hex color #6016BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016BF is #9FE940. Grayscale: #3E3E3E. Windows color (decimal): -10479937 or 12523104. OLE color: 12523104.

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

Color convert

RGB 96 22 191 -
CMYK 0.50 0.88 0 0.25
HSL 266.27º 0.79% 0.42% -
HSV(B) 266.27º 0.88% 0.75% -
XYZ 14.51 6.82 49.84 -
YUV 63.39 200.02 151.26 -
System Red Green Blue C M Y K H S L
Decimal 96 22 191 0.50 0.88 0 0.25 266.27 0.79 0.42
Hex 60 16 BF 32 58 0 19 10A 4F 2A
Octal 140 26 277 62 130 0 31 412 117 52
Binary 1100000 10110 10111111 110010 1011000 0 11001 100001010 1001111 101010

Color Harmonies of #6016BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016BF

Black with #6016BF

Text Example


Text Example

White with #6016BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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