Html Css Color HEX #5515EB Han Purple

📋 copy color: '#5515EB'

red 85 ◦ green 21 ◦ blue 235

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

Shades of Han Purple #5515EB

Tints of Han Purple #5515EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 24.93%
G = 6.16%
B = 68.91%

CMYK

 C value IS 0.64

 M value IS 0.91

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5515EB (or 0x5515EB) is known color: Han Purple. HEX triplet: 55, 15 and EB. RGB value is (85,21,235). Sum of RGB (Red+Green+Blue) = 85+21+235=341 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.93% from 341); Green value is 21 (8.59% from 255 or 6.16% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5515EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5515EB is #AAEA14. Grayscale: #3F3F3F. Windows color (decimal): -11201045 or 15406421. OLE color: 15406421.

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

Color convert

RGB 85 21 235 -
CMYK 0.64 0.91 0 0.08
HSL 257.94º 0.84% 0.5% -
HSV(B) 257.94º 0.91% 0.92% -
XYZ 19.01 8.47 79.23 -
YUV 64.53 224.2 142.6 -
System Red Green Blue C M Y K H S L
Decimal 85 21 235 0.64 0.91 0 0.08 257.94 0.84 0.5
Hex 55 15 EB 40 5B 0 8 102 54 32
Octal 125 25 353 100 133 0 10 402 124 62
Binary 1010101 10101 11101011 1000000 1011011 0 1000 100000010 1010100 110010

Color Harmonies of #5515EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5515EB

Black with #5515EB

Text Example


Text Example

White with #5515EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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