Html Css Color HEX #5515EC Han Purple

📋 copy color: '#5515EC'

red 85 ◦ green 21 ◦ blue 236

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

Shades of Han Purple #5515EC

Tints of Han Purple #5515EC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.14%

 BLUE value IS 236 (92.58% from 255) = 69.01%

R = 24.85%
G = 6.14%
B = 69.01%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5515EC (or 0x5515EC) is known color: Han Purple. HEX triplet: 55, 15 and EC. RGB value is (85,21,236). Sum of RGB (Red+Green+Blue) = 85+21+236=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 236 (92.58% from 255 or 69.01% from 342); Max value from RGB is 236 - color contains mainly: blue. Hex color #5515EC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515EC is #AAEA13. Grayscale: #3F3F3F. Windows color (decimal): -11201044 or 15471957. OLE color: 15471957.

HSL color Cylindrical-coordinate representation of color #5515EC: hue angle of 257.86º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5515EC is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 85 21 236 -
CMYK 0.64 0.91 0 0.07
HSL 257.86º 0.85% 0.5% -
HSV(B) 257.86º 0.91% 0.93% -
XYZ 19.15 8.52 79.99 -
YUV 64.65 224.7 142.52 -
System Red Green Blue C M Y K H S L
Decimal 85 21 236 0.64 0.91 0 0.07 257.86 0.85 0.5
Hex 55 15 EC 40 5B 0 7 102 55 32
Octal 125 25 354 100 133 0 7 402 125 62
Binary 1010101 10101 11101100 1000000 1011011 0 111 100000010 1010101 110010

Color Harmonies of #5515EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5515EC

Black with #5515EC

Text Example


Text Example

White with #5515EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5515EC; }

 p { color: rgb(85,21,236); }

 H1.HeaderClassName
 {
   color: #5515EC;
 }
 .AnyTagClassName
 {
   color: #5515EC;
 }
</style>

background-color css

<style>
 a { background-color: #5515EC; }

 a { background-color: rgb(85,21,236); }

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

border-color css

<style>
 span { border-color: #5515EC; }

 span { border-color: rgb(85,21,236); }

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