Html Css Color HEX #5513DF Han Purple

📋 copy color: '#5513DF'

red 85 ◦ green 19 ◦ blue 223

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

Shades of Han Purple #5513DF

Tints of Han Purple #5513DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 68.2%

R = 25.99%
G = 5.81%
B = 68.2%

CMYK

 C value IS 0.62

 M value IS 0.91

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5513DF (or 0x5513DF) is known color: Han Purple. HEX triplet: 55, 13 and DF. RGB value is (85,19,223). Sum of RGB (Red+Green+Blue) = 85+19+223=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 19 (7.81% from 255 or 5.81% from 327); Blue value is 223 (87.5% from 255 or 68.20% from 327); Max value from RGB is 223 - color contains mainly: blue. Hex color #5513DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5513DF is #AAEC20. Grayscale: #3D3D3D. Windows color (decimal): -11201569 or 14619477. OLE color: 14619477.

HSL color Cylindrical-coordinate representation of color #5513DF: hue angle of 259.41º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5513DF is Cyan = 0.62, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 19 223 -
CMYK 0.62 0.91 0 0.13
HSL 259.41º 0.84% 0.47% -
HSV(B) 259.41º 0.91% 0.87% -
XYZ 17.3 7.72 70.39 -
YUV 61.99 218.87 144.41 -
System Red Green Blue C M Y K H S L
Decimal 85 19 223 0.62 0.91 0 0.13 259.41 0.84 0.47
Hex 55 13 DF 3E 5B 0 D 103 54 2F
Octal 125 23 337 76 133 0 15 403 124 57
Binary 1010101 10011 11011111 111110 1011011 0 1101 100000011 1010100 101111

Color Harmonies of #5513DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5513DF

Black with #5513DF

Text Example


Text Example

White with #5513DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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