Html Css Color HEX #5333FC Han Purple

📋 copy color: '#5333FC'

red 83 ◦ green 51 ◦ blue 252

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

Shades of Han Purple #5333FC

Tints of Han Purple #5333FC

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.21%

 BLUE value IS 252 (98.83% from 255) = 65.28%

R = 21.5%
G = 13.21%
B = 65.28%

CMYK

 C value IS 0.67

 M value IS 0.80

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5333FC (or 0x5333FC) is known color: Han Purple. HEX triplet: 53, 33 and FC. RGB value is (83,51,252). Sum of RGB (Red+Green+Blue) = 83+51+252=386 (51% of max value = 765). Red value is 83 (32.81% from 255 or 21.50% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 252 (98.83% from 255 or 65.28% from 386); Max value from RGB is 252 - color contains mainly: blue. Hex color #5333FC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5333FC is #ACCC03. Grayscale: #525252. Windows color (decimal): -11324420 or 16528211. OLE color: 16528211.

HSL color Cylindrical-coordinate representation of color #5333FC: hue angle of 249.55º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5333FC is Cyan = 0.67, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 83 51 252 -
CMYK 0.67 0.80 0 0.01
HSL 249.55º 0.97% 0.59% -
HSV(B) 249.55º 0.8% 0.99% -
XYZ 22.32 11.23 93.09 -
YUV 83.48 223.1 127.66 -
System Red Green Blue C M Y K H S L
Decimal 83 51 252 0.67 0.80 0 0.01 249.55 0.97 0.59
Hex 53 33 FC 43 50 0 1 FA 61 3B
Octal 123 63 374 103 120 0 1 372 141 73
Binary 1010011 110011 11111100 1000011 1010000 0 1 11111010 1100001 111011

Color Harmonies of #5333FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5333FC

Black with #5333FC

Text Example


Text Example

White with #5333FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5333FC; }

 p { color: rgb(83,51,252); }

 H1.HeaderClassName
 {
   color: #5333FC;
 }
 .AnyTagClassName
 {
   color: #5333FC;
 }
</style>

background-color css

<style>
 a { background-color: #5333FC; }

 a { background-color: rgb(83,51,252); }

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

border-color css

<style>
 span { border-color: #5333FC; }

 span { border-color: rgb(83,51,252); }

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