Html Css Color HEX #5F10DB Han Purple

📋 copy color: '#5F10DB'

red 95 ◦ green 16 ◦ blue 219

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

Shades of Han Purple #5F10DB

Tints of Han Purple #5F10DB

RGB

 RED value IS 95 (37.5% from 255) = 28.79%

 GREEN value IS 16 (6.64% from 255) = 4.85%

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

R = 28.79%
G = 4.85%
B = 66.36%

CMYK

 C value IS 0.57

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F10DB (or 0x5F10DB) is known color: Han Purple. HEX triplet: 5F, 10 and DB. RGB value is (95,16,219). Sum of RGB (Red+Green+Blue) = 95+16+219=330 (43% of max value = 765). Red value is 95 (37.5% from 255 or 28.79% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F10DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F10DB is #A0EF24. Grayscale: #3E3E3E. Windows color (decimal): -10546981 or 14356575. OLE color: 14356575.

HSL color Cylindrical-coordinate representation of color #5F10DB: hue angle of 263.35º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5F10DB is Cyan = 0.57, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 95 16 219 -
CMYK 0.57 0.93 0 0.14
HSL 263.35º 0.86% 0.46% -
HSV(B) 263.35º 0.93% 0.86% -
XYZ 17.69 7.92 67.61 -
YUV 62.76 216.17 150.99 -
System Red Green Blue C M Y K H S L
Decimal 95 16 219 0.57 0.93 0 0.14 263.35 0.86 0.46
Hex 5F 10 DB 39 5D 0 E 107 56 2E
Octal 137 20 333 71 135 0 16 407 126 56
Binary 1011111 10000 11011011 111001 1011101 0 1110 100000111 1010110 101110

Color Harmonies of #5F10DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F10DB

Black with #5F10DB

Text Example


Text Example

White with #5F10DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F10DB; }

 p { color: rgb(95,16,219); }

 H1.HeaderClassName
 {
   color: #5F10DB;
 }
 .AnyTagClassName
 {
   color: #5F10DB;
 }
</style>

background-color css

<style>
 a { background-color: #5F10DB; }

 a { background-color: rgb(95,16,219); }

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

border-color css

<style>
 span { border-color: #5F10DB; }

 span { border-color: rgb(95,16,219); }

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