Html Css Color HEX #5D0BEB Han Purple

📋 copy color: '#5D0BEB'

red 93 ◦ green 11 ◦ blue 235

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

Shades of Han Purple #5D0BEB

Tints of Han Purple #5D0BEB

RGB

 RED value IS 93 (36.72% from 255) = 27.43%

 GREEN value IS 11 (4.69% from 255) = 3.24%

 BLUE value IS 235 (92.19% from 255) = 69.32%

R = 27.43%
G = 3.24%
B = 69.32%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D0BEB (or 0x5D0BEB) is known color: Han Purple. HEX triplet: 5D, 0B and EB. RGB value is (93,11,235). Sum of RGB (Red+Green+Blue) = 93+11+235=339 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.43% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 235 (92.19% from 255 or 69.32% from 339); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D0BEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0BEB is #A2F414. Grayscale: #3C3C3C. Windows color (decimal): -10679317 or 15403869. OLE color: 15403869.

HSL color Cylindrical-coordinate representation of color #5D0BEB: hue angle of 261.96º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5D0BEB is Cyan = 0.60, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 11 235 -
CMYK 0.60 0.95 0 0.08
HSL 261.96º 0.91% 0.48% -
HSV(B) 261.96º 0.95% 0.92% -
XYZ 19.63 8.56 79.22 -
YUV 61.05 226.17 150.79 -
System Red Green Blue C M Y K H S L
Decimal 93 11 235 0.60 0.95 0 0.08 261.96 0.91 0.48
Hex 5D B EB 3C 5F 0 8 106 5B 30
Octal 135 13 353 74 137 0 10 406 133 60
Binary 1011101 1011 11101011 111100 1011111 0 1000 100000110 1011011 110000

Color Harmonies of #5D0BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0BEB

Black with #5D0BEB

Text Example


Text Example

White with #5D0BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,11,235); }

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

background-color css

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

 a { background-color: rgb(93,11,235); }

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

border-color css

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

 span { border-color: rgb(93,11,235); }

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