Html Css Color HEX #6016BE Purple Heart

📋 copy color: '#6016BE'

red 96 ◦ green 22 ◦ blue 190

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

Shades of Purple Heart #6016BE

Tints of Purple Heart #6016BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 61.69%

R = 31.17%
G = 7.14%
B = 61.69%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6016BE (or 0x6016BE) is known color: Purple Heart. HEX triplet: 60, 16 and BE. RGB value is (96,22,190). Sum of RGB (Red+Green+Blue) = 96+22+190=308 (40% of max value = 765). Red value is 96 (37.89% from 255 or 31.17% from 308); Green value is 22 (8.98% from 255 or 7.14% from 308); Blue value is 190 (74.61% from 255 or 61.69% from 308); Max value from RGB is 190 - color contains mainly: blue. Hex color #6016BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016BE is #9FE941. Grayscale: #3E3E3E. Windows color (decimal): -10479938 or 12457568. OLE color: 12457568.

HSL color Cylindrical-coordinate representation of color #6016BE: hue angle of 266.43º 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 #6016BE is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 22 190 -
CMYK 0.49 0.88 0 0.25
HSL 266.43º 0.79% 0.42% -
HSV(B) 266.43º 0.88% 0.75% -
XYZ 14.41 6.78 49.26 -
YUV 63.28 199.52 151.34 -
System Red Green Blue C M Y K H S L
Decimal 96 22 190 0.49 0.88 0 0.25 266.43 0.79 0.42
Hex 60 16 BE 31 58 0 19 10A 4F 2A
Octal 140 26 276 61 130 0 31 412 117 52
Binary 1100000 10110 10111110 110001 1011000 0 11001 100001010 1001111 101010

Color Harmonies of #6016BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016BE

Black with #6016BE

Text Example


Text Example

White with #6016BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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