Html Css Color HEX #6016DB Purple Heart

📋 copy color: '#6016DB'

red 96 ◦ green 22 ◦ blue 219

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

Shades of Purple Heart #6016DB

Tints of Purple Heart #6016DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 64.99%

R = 28.49%
G = 6.53%
B = 64.99%

CMYK

 C value IS 0.56

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6016DB (or 0x6016DB) is known color: Purple Heart. HEX triplet: 60, 16 and DB. RGB value is (96,22,219). Sum of RGB (Red+Green+Blue) = 96+22+219=337 (44% of max value = 765). Red value is 96 (37.89% from 255 or 28.49% from 337); Green value is 22 (8.98% from 255 or 6.53% from 337); Blue value is 219 (85.94% from 255 or 64.99% from 337); Max value from RGB is 219 - color contains mainly: blue. Hex color #6016DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6016DB is #9FE924. Grayscale: #414141. Windows color (decimal): -10479909 or 14358112. OLE color: 14358112.

HSL color Cylindrical-coordinate representation of color #6016DB: hue angle of 262.54º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6016DB is Cyan = 0.56, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 96 22 219 -
CMYK 0.56 0.90 0 0.14
HSL 262.54º 0.82% 0.47% -
HSV(B) 262.54º 0.9% 0.86% -
XYZ 17.9 8.18 67.65 -
YUV 66.58 214.02 148.98 -
System Red Green Blue C M Y K H S L
Decimal 96 22 219 0.56 0.90 0 0.14 262.54 0.82 0.47
Hex 60 16 DB 38 5A 0 E 107 52 2F
Octal 140 26 333 70 132 0 16 407 122 57
Binary 1100000 10110 11011011 111000 1011010 0 1110 100000111 1010010 101111

Color Harmonies of #6016DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6016DB

Black with #6016DB

Text Example


Text Example

White with #6016DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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