Html Css Color HEX #5513FD Han Purple

📋 copy color: '#5513FD'

red 85 ◦ green 19 ◦ blue 253

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

Shades of Han Purple #5513FD

Tints of Han Purple #5513FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.87%

R = 23.81%
G = 5.32%
B = 70.87%

CMYK

 C value IS 0.66

 M value IS 0.92

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5513FD (or 0x5513FD) is known color: Han Purple. HEX triplet: 55, 13 and FD. RGB value is (85,19,253). Sum of RGB (Red+Green+Blue) = 85+19+253=357 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.81% from 357); Green value is 19 (7.81% from 255 or 5.32% from 357); Blue value is 253 (99.22% from 255 or 70.87% from 357); Max value from RGB is 253 - color contains mainly: blue. Hex color #5513FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5513FD is #AAEC02. Grayscale: #404040. Windows color (decimal): -11201539 or 16585557. OLE color: 16585557.

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

Color convert

RGB 85 19 253 -
CMYK 0.66 0.92 0 0.01
HSL 256.92º 0.98% 0.53% -
HSV(B) 256.92º 0.92% 0.99% -
XYZ 21.71 9.49 93.62 -
YUV 65.41 233.87 141.97 -
System Red Green Blue C M Y K H S L
Decimal 85 19 253 0.66 0.92 0 0.01 256.92 0.98 0.53
Hex 55 13 FD 42 5C 0 1 101 62 35
Octal 125 23 375 102 134 0 1 401 142 65
Binary 1010101 10011 11111101 1000010 1011100 0 1 100000001 1100010 110101

Color Harmonies of #5513FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513FD

Black with #5513FD

Text Example


Text Example

White with #5513FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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