Html Css Color HEX #5533FA Han Purple

📋 copy color: '#5533FA'

red 85 ◦ green 51 ◦ blue 250

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

Shades of Han Purple #5533FA

Tints of Han Purple #5533FA

RGB

 RED value IS 85 (33.59% from 255) = 22.02%

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

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

R = 22.02%
G = 13.21%
B = 64.77%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5533FA (or 0x5533FA) is known color: Han Purple. HEX triplet: 55, 33 and FA. RGB value is (85,51,250). Sum of RGB (Red+Green+Blue) = 85+51+250=386 (51% of max value = 765). Red value is 85 (33.59% from 255 or 22.02% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #5533FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5533FA is #AACC05. Grayscale: #535353. Windows color (decimal): -11193350 or 16397141. OLE color: 16397141.

HSL color Cylindrical-coordinate representation of color #5533FA: hue angle of 250.25º degrees, saturation: 0.95, 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 #5533FA is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 51 250 -
CMYK 0.66 0.80 0 0.02
HSL 250.25º 0.95% 0.59% -
HSV(B) 250.25º 0.8% 0.98% -
XYZ 22.19 11.2 91.44 -
YUV 83.85 221.76 128.82 -
System Red Green Blue C M Y K H S L
Decimal 85 51 250 0.66 0.80 0 0.02 250.25 0.95 0.59
Hex 55 33 FA 42 50 0 2 FA 5F 3B
Octal 125 63 372 102 120 0 2 372 137 73
Binary 1010101 110011 11111010 1000010 1010000 0 10 11111010 1011111 111011

Color Harmonies of #5533FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5533FA

Black with #5533FA

Text Example


Text Example

White with #5533FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5533FA; }

 p { color: rgb(85,51,250); }

 H1.HeaderClassName
 {
   color: #5533FA;
 }
 .AnyTagClassName
 {
   color: #5533FA;
 }
</style>

background-color css

<style>
 a { background-color: #5533FA; }

 a { background-color: rgb(85,51,250); }

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

border-color css

<style>
 span { border-color: #5533FA; }

 span { border-color: rgb(85,51,250); }

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