Html Css Color HEX #5B2CFA Han Purple

📋 copy color: '#5B2CFA'

red 91 ◦ green 44 ◦ blue 250

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

Shades of Han Purple #5B2CFA

Tints of Han Purple #5B2CFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 23.64%
G = 11.43%
B = 64.94%

CMYK

 C value IS 0.64

 M value IS 0.82

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B2CFA (or 0x5B2CFA) is known color: Han Purple. HEX triplet: 5B, 2C and FA. RGB value is (91,44,250). Sum of RGB (Red+Green+Blue) = 91+44+250=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 44 (17.58% from 255 or 11.43% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B2CFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2CFA is #A4D305. Grayscale: #505050. Windows color (decimal): -10801926 or 16395355. OLE color: 16395355.

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

Color convert

RGB 91 44 250 -
CMYK 0.64 0.82 0 0.02
HSL 253.69º 0.95% 0.58% -
HSV(B) 253.69º 0.82% 0.98% -
XYZ 22.47 10.93 91.37 -
YUV 81.54 223.07 134.75 -
System Red Green Blue C M Y K H S L
Decimal 91 44 250 0.64 0.82 0 0.02 253.69 0.95 0.58
Hex 5B 2C FA 40 52 0 2 FE 5F 3A
Octal 133 54 372 100 122 0 2 376 137 72
Binary 1011011 101100 11111010 1000000 1010010 0 10 11111110 1011111 111010

Color Harmonies of #5B2CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2CFA

Black with #5B2CFA

Text Example


Text Example

White with #5B2CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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