Html Css Color HEX #5B24FB Han Purple

📋 copy color: '#5B24FB'

red 91 ◦ green 36 ◦ blue 251

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

Shades of Han Purple #5B24FB

Tints of Han Purple #5B24FB

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.52%

 BLUE value IS 251 (98.44% from 255) = 66.4%

R = 24.07%
G = 9.52%
B = 66.4%

CMYK

 C value IS 0.64

 M value IS 0.86

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B24FB (or 0x5B24FB) is known color: Han Purple. HEX triplet: 5B, 24 and FB. RGB value is (91,36,251). Sum of RGB (Red+Green+Blue) = 91+36+251=378 (50% of max value = 765). Red value is 91 (35.94% from 255 or 24.07% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 251 (98.44% from 255 or 66.40% from 378); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B24FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B24FB is #A4DB04. Grayscale: #4C4C4C. Windows color (decimal): -10803973 or 16458843. OLE color: 16458843.

HSL color Cylindrical-coordinate representation of color #5B24FB: hue angle of 255.35º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B24FB is Cyan = 0.64, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 36 251 -
CMYK 0.64 0.86 0 0.02
HSL 255.35º 0.96% 0.56% -
HSV(B) 255.35º 0.86% 0.98% -
XYZ 22.36 10.45 92.11 -
YUV 76.96 226.22 138.02 -
System Red Green Blue C M Y K H S L
Decimal 91 36 251 0.64 0.86 0 0.02 255.35 0.96 0.56
Hex 5B 24 FB 40 56 0 2 FF 60 38
Octal 133 44 373 100 126 0 2 377 140 70
Binary 1011011 100100 11111011 1000000 1010110 0 10 11111111 1100000 111000

Color Harmonies of #5B24FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B24FB

Black with #5B24FB

Text Example


Text Example

White with #5B24FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,36,251); }

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

background-color css

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

 a { background-color: rgb(91,36,251); }

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

border-color css

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

 span { border-color: rgb(91,36,251); }

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