Html Css Color HEX #5330E8 Han Purple

📋 copy color: '#5330E8'

red 83 ◦ green 48 ◦ blue 232

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

Shades of Han Purple #5330E8

Tints of Han Purple #5330E8

RGB

 RED value IS 83 (32.81% from 255) = 22.87%

 GREEN value IS 48 (19.14% from 255) = 13.22%

 BLUE value IS 232 (91.02% from 255) = 63.91%

R = 22.87%
G = 13.22%
B = 63.91%

CMYK

 C value IS 0.64

 M value IS 0.79

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#5330E8 (or 0x5330E8) is known color: Han Purple. HEX triplet: 53, 30 and E8. RGB value is (83,48,232). Sum of RGB (Red+Green+Blue) = 83+48+232=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 48 (19.14% from 255 or 13.22% from 363); Blue value is 232 (91.02% from 255 or 63.91% from 363); Max value from RGB is 232 - color contains mainly: blue. Hex color #5330E8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5330E8 is #ACCF17. Grayscale: #4E4E4E. Windows color (decimal): -11325208 or 15216723. OLE color: 15216723.

HSL color Cylindrical-coordinate representation of color #5330E8: hue angle of 251.41º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5330E8 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 83 48 232 -
CMYK 0.64 0.79 0 0.09
HSL 251.41º 0.8% 0.55% -
HSV(B) 251.41º 0.79% 0.91% -
XYZ 19.19 9.78 77.22 -
YUV 79.44 214.1 130.54 -
System Red Green Blue C M Y K H S L
Decimal 83 48 232 0.64 0.79 0 0.09 251.41 0.8 0.55
Hex 53 30 E8 40 4F 0 9 FB 50 37
Octal 123 60 350 100 117 0 11 373 120 67
Binary 1010011 110000 11101000 1000000 1001111 0 1001 11111011 1010000 110111

Color Harmonies of #5330E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5330E8

Black with #5330E8

Text Example


Text Example

White with #5330E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5330E8; }

 p { color: rgb(83,48,232); }

 H1.HeaderClassName
 {
   color: #5330E8;
 }
 .AnyTagClassName
 {
   color: #5330E8;
 }
</style>

background-color css

<style>
 a { background-color: #5330E8; }

 a { background-color: rgb(83,48,232); }

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

border-color css

<style>
 span { border-color: #5330E8; }

 span { border-color: rgb(83,48,232); }

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