Html Css Color HEX #5B0CDA Han Purple

📋 copy color: '#5B0CDA'

red 91 ◦ green 12 ◦ blue 218

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

Shades of Han Purple #5B0CDA

Tints of Han Purple #5B0CDA

RGB

 RED value IS 91 (35.94% from 255) = 28.35%

 GREEN value IS 12 (5.08% from 255) = 3.74%

 BLUE value IS 218 (85.55% from 255) = 67.91%

R = 28.35%
G = 3.74%
B = 67.91%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5B0CDA (or 0x5B0CDA) is known color: Han Purple. HEX triplet: 5B, 0C and DA. RGB value is (91,12,218). Sum of RGB (Red+Green+Blue) = 91+12+218=321 (42% of max value = 765). Red value is 91 (35.94% from 255 or 28.35% from 321); Green value is 12 (5.08% from 255 or 3.74% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #5B0CDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0CDA is #A4F325. Grayscale: #3A3A3A. Windows color (decimal): -10810150 or 14290011. OLE color: 14290011.

HSL color Cylindrical-coordinate representation of color #5B0CDA: hue angle of 263.01º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0CDA is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 91 12 218 -
CMYK 0.58 0.94 0 0.15
HSL 263.01º 0.9% 0.45% -
HSV(B) 263.01º 0.94% 0.85% -
XYZ 17.1 7.55 66.89 -
YUV 59.11 217.67 150.75 -
System Red Green Blue C M Y K H S L
Decimal 91 12 218 0.58 0.94 0 0.15 263.01 0.9 0.45
Hex 5B C DA 3A 5E 0 F 107 5A 2D
Octal 133 14 332 72 136 0 17 407 132 55
Binary 1011011 1100 11011010 111010 1011110 0 1111 100000111 1011010 101101

Color Harmonies of #5B0CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0CDA

Black with #5B0CDA

Text Example


Text Example

White with #5B0CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,12,218); }

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

background-color css

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

 a { background-color: rgb(91,12,218); }

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

border-color css

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

 span { border-color: rgb(91,12,218); }

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