Html Css Color HEX #5B13EF Han Purple

📋 copy color: '#5B13EF'

red 91 ◦ green 19 ◦ blue 239

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

Shades of Han Purple #5B13EF

Tints of Han Purple #5B13EF

RGB

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

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

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

R = 26.07%
G = 5.44%
B = 68.48%

CMYK

 C value IS 0.62

 M value IS 0.92

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B13EF (or 0x5B13EF) is known color: Han Purple. HEX triplet: 5B, 13 and EF. RGB value is (91,19,239). Sum of RGB (Red+Green+Blue) = 91+19+239=349 (46% of max value = 765). Red value is 91 (35.94% from 255 or 26.07% from 349); Green value is 19 (7.81% from 255 or 5.44% from 349); Blue value is 239 (93.75% from 255 or 68.48% from 349); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B13EF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B13EF is #A4EC10. Grayscale: #404040. Windows color (decimal): -10808337 or 15668059. OLE color: 15668059.

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

Color convert

RGB 91 19 239 -
CMYK 0.62 0.92 0 0.06
HSL 259.64º 0.87% 0.51% -
HSV(B) 259.64º 0.92% 0.94% -
XYZ 20.13 8.92 82.32 -
YUV 65.61 225.85 146.11 -
System Red Green Blue C M Y K H S L
Decimal 91 19 239 0.62 0.92 0 0.06 259.64 0.87 0.51
Hex 5B 13 EF 3E 5C 0 6 104 57 33
Octal 133 23 357 76 134 0 6 404 127 63
Binary 1011011 10011 11101111 111110 1011100 0 110 100000100 1010111 110011

Color Harmonies of #5B13EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B13EF

Black with #5B13EF

Text Example


Text Example

White with #5B13EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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