Html Css Color HEX #5515E4 Han Purple

📋 copy color: '#5515E4'

red 85 ◦ green 21 ◦ blue 228

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

Shades of Han Purple #5515E4

Tints of Han Purple #5515E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 68.26%

R = 25.45%
G = 6.29%
B = 68.26%

CMYK

 C value IS 0.63

 M value IS 0.91

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#5515E4 (or 0x5515E4) is known color: Han Purple. HEX triplet: 55, 15 and E4. RGB value is (85,21,228). Sum of RGB (Red+Green+Blue) = 85+21+228=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 21 (8.59% from 255 or 6.29% from 334); Blue value is 228 (89.45% from 255 or 68.26% from 334); Max value from RGB is 228 - color contains mainly: blue. Hex color #5515E4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5515E4 is #AAEA1B. Grayscale: #3E3E3E. Windows color (decimal): -11201052 or 14947669. OLE color: 14947669.

HSL color Cylindrical-coordinate representation of color #5515E4: hue angle of 258.55º degrees, saturation: 0.83, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5515E4 is Cyan = 0.63, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 21 228 -
CMYK 0.63 0.91 0 0.11
HSL 258.55º 0.83% 0.49% -
HSV(B) 258.55º 0.91% 0.89% -
XYZ 18.02 8.07 74.01 -
YUV 63.73 220.7 143.17 -
System Red Green Blue C M Y K H S L
Decimal 85 21 228 0.63 0.91 0 0.11 258.55 0.83 0.49
Hex 55 15 E4 3F 5B 0 B 103 53 31
Octal 125 25 344 77 133 0 13 403 123 61
Binary 1010101 10101 11100100 111111 1011011 0 1011 100000011 1010011 110001

Color Harmonies of #5515E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5515E4

Black with #5515E4

Text Example


Text Example

White with #5515E4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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