Html Css Color HEX #5615DB Han Purple

📋 copy color: '#5615DB'

red 86 ◦ green 21 ◦ blue 219

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

Shades of Han Purple #5615DB

Tints of Han Purple #5615DB

RGB

 RED value IS 86 (33.98% from 255) = 26.38%

 GREEN value IS 21 (8.59% from 255) = 6.44%

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

R = 26.38%
G = 6.44%
B = 67.18%

CMYK

 C value IS 0.61

 M value IS 0.90

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5615DB (or 0x5615DB) is known color: Han Purple. HEX triplet: 56, 15 and DB. RGB value is (86,21,219). Sum of RGB (Red+Green+Blue) = 86+21+219=326 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.38% from 326); Green value is 21 (8.59% from 255 or 6.44% from 326); Blue value is 219 (85.94% from 255 or 67.18% from 326); Max value from RGB is 219 - color contains mainly: blue. Hex color #5615DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5615DB is #A9EA24. Grayscale: #3E3E3E. Windows color (decimal): -11135525 or 14357846. OLE color: 14357846.

HSL color Cylindrical-coordinate representation of color #5615DB: hue angle of 259.7º 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 #5615DB is Cyan = 0.61, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 21 219 -
CMYK 0.61 0.90 0 0.14
HSL 259.7º 0.83% 0.47% -
HSV(B) 259.7º 0.9% 0.86% -
XYZ 16.89 7.63 67.6 -
YUV 63.01 216.03 144.4 -
System Red Green Blue C M Y K H S L
Decimal 86 21 219 0.61 0.90 0 0.14 259.7 0.83 0.47
Hex 56 15 DB 3D 5A 0 E 104 52 2F
Octal 126 25 333 75 132 0 16 404 122 57
Binary 1010110 10101 11011011 111101 1011010 0 1110 100000100 1010010 101111

Color Harmonies of #5615DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5615DB

Black with #5615DB

Text Example


Text Example

White with #5615DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,21,219); }

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

background-color css

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

 a { background-color: rgb(86,21,219); }

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

border-color css

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

 span { border-color: rgb(86,21,219); }

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