Html Css Color HEX #5B2FFA Han Purple

📋 copy color: '#5B2FFA'

red 91 ◦ green 47 ◦ blue 250

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

Shades of Han Purple #5B2FFA

Tints of Han Purple #5B2FFA

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.11%

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

R = 23.45%
G = 12.11%
B = 64.43%

CMYK

 C value IS 0.64

 M value IS 0.81

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B2FFA (or 0x5B2FFA) is known color: Han Purple. HEX triplet: 5B, 2F and FA. RGB value is (91,47,250). Sum of RGB (Red+Green+Blue) = 91+47+250=388 (51% of max value = 765). Red value is 91 (35.94% from 255 or 23.45% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 250 (98.05% from 255 or 64.43% from 388); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B2FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B2FFA is #A4D005. Grayscale: #525252. Windows color (decimal): -10801158 or 16396123. OLE color: 16396123.

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

Color convert

RGB 91 47 250 -
CMYK 0.64 0.81 0 0.02
HSL 253º 0.95% 0.58% -
HSV(B) 253º 0.81% 0.98% -
XYZ 22.59 11.16 91.41 -
YUV 83.3 222.08 133.49 -
System Red Green Blue C M Y K H S L
Decimal 91 47 250 0.64 0.81 0 0.02 253 0.95 0.58
Hex 5B 2F FA 40 51 0 2 FD 5F 3A
Octal 133 57 372 100 121 0 2 375 137 72
Binary 1011011 101111 11111010 1000000 1010001 0 10 11111101 1011111 111010

Color Harmonies of #5B2FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B2FFA

Black with #5B2FFA

Text Example


Text Example

White with #5B2FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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