Html Css Color HEX #5B15FD Han Purple

📋 copy color: '#5B15FD'

red 91 ◦ green 21 ◦ blue 253

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

Shades of Han Purple #5B15FD

Tints of Han Purple #5B15FD

RGB

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

 GREEN value IS 21 (8.59% from 255) = 5.75%

 BLUE value IS 253 (99.22% from 255) = 69.32%

R = 24.93%
G = 5.75%
B = 69.32%

CMYK

 C value IS 0.64

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5B15FD (or 0x5B15FD) is known color: Han Purple. HEX triplet: 5B, 15 and FD. RGB value is (91,21,253). Sum of RGB (Red+Green+Blue) = 91+21+253=365 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.93% from 365); Green value is 21 (8.59% from 255 or 5.75% from 365); Blue value is 253 (99.22% from 255 or 69.32% from 365); Max value from RGB is 253 - color contains mainly: blue. Hex color #5B15FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B15FD is #A4EA02. Grayscale: #434343. Windows color (decimal): -10807811 or 16586075. OLE color: 16586075.

HSL color Cylindrical-coordinate representation of color #5B15FD: hue angle of 258.1º degrees, saturation: 0.98, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5B15FD is Cyan = 0.64, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 91 21 253 -
CMYK 0.64 0.92 0 0.01
HSL 258.1º 0.98% 0.54% -
HSV(B) 258.1º 0.92% 0.99% -
XYZ 22.31 9.85 93.65 -
YUV 68.38 232.19 144.14 -
System Red Green Blue C M Y K H S L
Decimal 91 21 253 0.64 0.92 0 0.01 258.1 0.98 0.54
Hex 5B 15 FD 40 5C 0 1 102 62 36
Octal 133 25 375 100 134 0 1 402 142 66
Binary 1011011 10101 11111101 1000000 1011100 0 1 100000010 1100010 110110

Color Harmonies of #5B15FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B15FD

Black with #5B15FD

Text Example


Text Example

White with #5B15FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,253); }

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

background-color css

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

 a { background-color: rgb(91,21,253); }

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

border-color css

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

 span { border-color: rgb(91,21,253); }

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