Html Css Color HEX #5732F9 Han Purple

📋 copy color: '#5732F9'

red 87 ◦ green 50 ◦ blue 249

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

Shades of Han Purple #5732F9

Tints of Han Purple #5732F9

RGB

 RED value IS 87 (34.38% from 255) = 22.54%

 GREEN value IS 50 (19.92% from 255) = 12.95%

 BLUE value IS 249 (97.66% from 255) = 64.51%

R = 22.54%
G = 12.95%
B = 64.51%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5732F9 (or 0x5732F9) is known color: Han Purple. HEX triplet: 57, 32 and F9. RGB value is (87,50,249). Sum of RGB (Red+Green+Blue) = 87+50+249=386 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.54% from 386); Green value is 50 (19.92% from 255 or 12.95% from 386); Blue value is 249 (97.66% from 255 or 64.51% from 386); Max value from RGB is 249 - color contains mainly: blue. Hex color #5732F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5732F9 is #A8CD06. Grayscale: #525252. Windows color (decimal): -11062535 or 16331351. OLE color: 16331351.

HSL color Cylindrical-coordinate representation of color #5732F9: hue angle of 251.16º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5732F9 is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 87 50 249 -
CMYK 0.65 0.80 0 0.02
HSL 251.16º 0.94% 0.59% -
HSV(B) 251.16º 0.8% 0.98% -
XYZ 22.17 11.15 90.61 -
YUV 83.75 221.26 130.32 -
System Red Green Blue C M Y K H S L
Decimal 87 50 249 0.65 0.80 0 0.02 251.16 0.94 0.59
Hex 57 32 F9 41 50 0 2 FB 5E 3B
Octal 127 62 371 101 120 0 2 373 136 73
Binary 1010111 110010 11111001 1000001 1010000 0 10 11111011 1011110 111011

Color Harmonies of #5732F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5732F9

Black with #5732F9

Text Example


Text Example

White with #5732F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5732F9; }

 p { color: rgb(87,50,249); }

 H1.HeaderClassName
 {
   color: #5732F9;
 }
 .AnyTagClassName
 {
   color: #5732F9;
 }
</style>

background-color css

<style>
 a { background-color: #5732F9; }

 a { background-color: rgb(87,50,249); }

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

border-color css

<style>
 span { border-color: #5732F9; }

 span { border-color: rgb(87,50,249); }

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