Html Css Color HEX #5C13DB Han Purple

📋 copy color: '#5C13DB'

red 92 ◦ green 19 ◦ blue 219

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

Shades of Han Purple #5C13DB

Tints of Han Purple #5C13DB

RGB

 RED value IS 92 (36.33% from 255) = 27.88%

 GREEN value IS 19 (7.81% from 255) = 5.76%

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

R = 27.88%
G = 5.76%
B = 66.36%

CMYK

 C value IS 0.58

 M value IS 0.91

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C13DB (or 0x5C13DB) is known color: Han Purple. HEX triplet: 5C, 13 and DB. RGB value is (92,19,219). Sum of RGB (Red+Green+Blue) = 92+19+219=330 (43% of max value = 765). Red value is 92 (36.33% from 255 or 27.88% from 330); Green value is 19 (7.81% from 255 or 5.76% 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 #5C13DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C13DB is #A3EC24. Grayscale: #3E3E3E. Windows color (decimal): -10742821 or 14357340. OLE color: 14357340.

HSL color Cylindrical-coordinate representation of color #5C13DB: hue angle of 261.9º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5C13DB is Cyan = 0.58, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 19 219 -
CMYK 0.58 0.91 0 0.14
HSL 261.9º 0.84% 0.47% -
HSV(B) 261.9º 0.91% 0.86% -
XYZ 17.43 7.86 67.62 -
YUV 63.63 215.68 148.24 -
System Red Green Blue C M Y K H S L
Decimal 92 19 219 0.58 0.91 0 0.14 261.9 0.84 0.47
Hex 5C 13 DB 3A 5B 0 E 106 54 2F
Octal 134 23 333 72 133 0 16 406 124 57
Binary 1011100 10011 11011011 111010 1011011 0 1110 100000110 1010100 101111

Color Harmonies of #5C13DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C13DB

Black with #5C13DB

Text Example


Text Example

White with #5C13DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(92,19,219); }

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

background-color css

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

 a { background-color: rgb(92,19,219); }

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

border-color css

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

 span { border-color: rgb(92,19,219); }

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