Html Css Color HEX #5512FA Han Purple

📋 copy color: '#5512FA'

red 85 ◦ green 18 ◦ blue 250

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

Shades of Han Purple #5512FA

Tints of Han Purple #5512FA

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.1%

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

R = 24.08%
G = 5.1%
B = 70.82%

CMYK

 C value IS 0.66

 M value IS 0.93

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5512FA (or 0x5512FA) is known color: Han Purple. HEX triplet: 55, 12 and FA. RGB value is (85,18,250). Sum of RGB (Red+Green+Blue) = 85+18+250=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 18 (7.42% from 255 or 5.10% from 353); Blue value is 250 (98.05% from 255 or 70.82% from 353); Max value from RGB is 250 - color contains mainly: blue. Hex color #5512FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5512FA is #AAED05. Grayscale: #3F3F3F. Windows color (decimal): -11201798 or 16388693. OLE color: 16388693.

HSL color Cylindrical-coordinate representation of color #5512FA: hue angle of 257.33º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5512FA is Cyan = 0.66, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 85 18 250 -
CMYK 0.66 0.93 0 0.02
HSL 257.33º 0.96% 0.53% -
HSV(B) 257.33º 0.93% 0.98% -
XYZ 21.22 9.27 91.11 -
YUV 64.48 232.7 142.64 -
System Red Green Blue C M Y K H S L
Decimal 85 18 250 0.66 0.93 0 0.02 257.33 0.96 0.53
Hex 55 12 FA 42 5D 0 2 101 60 35
Octal 125 22 372 102 135 0 2 401 140 65
Binary 1010101 10010 11111010 1000010 1011101 0 10 100000001 1100000 110101

Color Harmonies of #5512FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5512FA

Black with #5512FA

Text Example


Text Example

White with #5512FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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