Html Css Color HEX #5C0DDB Han Purple

📋 copy color: '#5C0DDB'

red 92 ◦ green 13 ◦ blue 219

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

Shades of Han Purple #5C0DDB

Tints of Han Purple #5C0DDB

RGB

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

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

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

R = 28.4%
G = 4.01%
B = 67.59%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5C0DDB (or 0x5C0DDB) is known color: Han Purple. HEX triplet: 5C, 0D and DB. RGB value is (92,13,219). Sum of RGB (Red+Green+Blue) = 92+13+219=324 (42% of max value = 765). Red value is 92 (36.33% from 255 or 28.40% from 324); Green value is 13 (5.47% from 255 or 4.01% from 324); Blue value is 219 (85.94% from 255 or 67.59% from 324); Max value from RGB is 219 - color contains mainly: blue. Hex color #5C0DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5C0DDB is #A3F224. Grayscale: #3B3B3B. Windows color (decimal): -10744357 or 14355804. OLE color: 14355804.

HSL color Cylindrical-coordinate representation of color #5C0DDB: hue angle of 263.01º 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 #5C0DDB is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 92 13 219 -
CMYK 0.58 0.94 0 0.14
HSL 263.01º 0.89% 0.45% -
HSV(B) 263.01º 0.94% 0.86% -
XYZ 17.34 7.68 67.59 -
YUV 60.11 217.67 150.75 -
System Red Green Blue C M Y K H S L
Decimal 92 13 219 0.58 0.94 0 0.14 263.01 0.89 0.45
Hex 5C D DB 3A 5E 0 E 107 59 2D
Octal 134 15 333 72 136 0 16 407 131 55
Binary 1011100 1101 11011011 111010 1011110 0 1110 100000111 1011001 101101

Color Harmonies of #5C0DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5C0DDB

Black with #5C0DDB

Text Example


Text Example

White with #5C0DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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