Html Css Color HEX #5B2CEF Han Purple

📋 copy color: '#5B2CEF'

red 91 ◦ green 44 ◦ blue 239

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

Shades of Han Purple #5B2CEF

Tints of Han Purple #5B2CEF

RGB

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

 GREEN value IS 44 (17.58% from 255) = 11.76%

 BLUE value IS 239 (93.75% from 255) = 63.9%

R = 24.33%
G = 11.76%
B = 63.9%

CMYK

 C value IS 0.62

 M value IS 0.82

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B2CEF (or 0x5B2CEF) is known color: Han Purple. HEX triplet: 5B, 2C and EF. RGB value is (91,44,239). Sum of RGB (Red+Green+Blue) = 91+44+239=374 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.33% from 374); Green value is 44 (17.58% from 255 or 11.76% from 374); Blue value is 239 (93.75% from 255 or 63.90% from 374); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B2CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2CEF is #A4D310. Grayscale: #4F4F4F. Windows color (decimal): -10801937 or 15674459. OLE color: 15674459.

HSL color Cylindrical-coordinate representation of color #5B2CEF: hue angle of 254.46º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B2CEF is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 91 44 239 -
CMYK 0.62 0.82 0 0.06
HSL 254.46º 0.86% 0.55% -
HSV(B) 254.46º 0.82% 0.94% -
XYZ 20.8 10.26 82.55 -
YUV 80.28 217.57 135.64 -
System Red Green Blue C M Y K H S L
Decimal 91 44 239 0.62 0.82 0 0.06 254.46 0.86 0.55
Hex 5B 2C EF 3E 52 0 6 FE 56 37
Octal 133 54 357 76 122 0 6 376 126 67
Binary 1011011 101100 11101111 111110 1010010 0 110 11111110 1010110 110111

Color Harmonies of #5B2CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2CEF

Black with #5B2CEF

Text Example


Text Example

White with #5B2CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,44,239); }

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

background-color css

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

 a { background-color: rgb(91,44,239); }

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

border-color css

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

 span { border-color: rgb(91,44,239); }

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