Html Css Color HEX #5F0DDB Han Purple

📋 copy color: '#5F0DDB'

red 95 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #5F0DDB

Tints of Han Purple #5F0DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

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

R = 29.05%
G = 3.98%
B = 66.97%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5F0DDB (or 0x5F0DDB) is known color: Han Purple. HEX triplet: 5F, 0D and DB. RGB value is (95,13,219). Sum of RGB (Red+Green+Blue) = 95+13+219=327 (43% of max value = 765). Red value is 95 (37.5% from 255 or 29.05% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 219 (85.94% from 255 or 66.97% from 327); Max value from RGB is 219 - color contains mainly: blue. Hex color #5F0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5F0DDB is #A0F224. Grayscale: #3C3C3C. Windows color (decimal): -10547749 or 14355807. OLE color: 14355807.

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

Color convert

RGB 95 13 219 -
CMYK 0.57 0.94 0 0.14
HSL 263.88º 0.89% 0.45% -
HSV(B) 263.88º 0.94% 0.86% -
XYZ 17.65 7.84 67.6 -
YUV 61 217.17 152.25 -
System Red Green Blue C M Y K H S L
Decimal 95 13 219 0.57 0.94 0 0.14 263.88 0.89 0.45
Hex 5F D DB 39 5E 0 E 108 59 2D
Octal 137 15 333 71 136 0 16 410 131 55
Binary 1011111 1101 11011011 111001 1011110 0 1110 100001000 1011001 101101

Color Harmonies of #5F0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F0DDB

Black with #5F0DDB

Text Example


Text Example

White with #5F0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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