Html Css Color HEX #5513FA Han Purple

📋 copy color: '#5513FA'

red 85 ◦ green 19 ◦ blue 250

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

Shades of Han Purple #5513FA

Tints of Han Purple #5513FA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.37%

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

R = 24.01%
G = 5.37%
B = 70.62%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5513FA (or 0x5513FA) is known color: Han Purple. HEX triplet: 55, 13 and FA. RGB value is (85,19,250). Sum of RGB (Red+Green+Blue) = 85+19+250=354 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.01% from 354); Green value is 19 (7.81% from 255 or 5.37% from 354); Blue value is 250 (98.05% from 255 or 70.62% from 354); Max value from RGB is 250 - color contains mainly: blue. Hex color #5513FA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5513FA is #AAEC05. Grayscale: #404040. Windows color (decimal): -11201542 or 16388949. OLE color: 16388949.

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

Color convert

RGB 85 19 250 -
CMYK 0.66 0.92 0 0.02
HSL 257.14º 0.96% 0.53% -
HSV(B) 257.14º 0.92% 0.98% -
XYZ 21.23 9.3 91.12 -
YUV 65.07 232.37 142.22 -
System Red Green Blue C M Y K H S L
Decimal 85 19 250 0.66 0.92 0 0.02 257.14 0.96 0.53
Hex 55 13 FA 42 5C 0 2 101 60 35
Octal 125 23 372 102 134 0 2 401 140 65
Binary 1010101 10011 11111010 1000010 1011100 0 10 100000001 1100000 110101

Color Harmonies of #5513FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513FA

Black with #5513FA

Text Example


Text Example

White with #5513FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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