Html Css Color HEX #5415ED Han Purple

📋 copy color: '#5415ED'

red 84 ◦ green 21 ◦ blue 237

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

Shades of Han Purple #5415ED

Tints of Han Purple #5415ED

RGB

 RED value IS 84 (33.2% from 255) = 24.56%

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

 BLUE value IS 237 (92.97% from 255) = 69.3%

R = 24.56%
G = 6.14%
B = 69.3%

CMYK

 C value IS 0.65

 M value IS 0.91

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5415ED (or 0x5415ED) is known color: Han Purple. HEX triplet: 54, 15 and ED. RGB value is (84,21,237). Sum of RGB (Red+Green+Blue) = 84+21+237=342 (45% of max value = 765). Red value is 84 (33.20% from 255 or 24.56% from 342); Green value is 21 (8.59% from 255 or 6.14% from 342); Blue value is 237 (92.97% from 255 or 69.30% from 342); Max value from RGB is 237 - color contains mainly: blue. Hex color #5415ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5415ED is #ABEA12. Grayscale: #3F3F3F. Windows color (decimal): -11266579 or 15537492. OLE color: 15537492.

HSL color Cylindrical-coordinate representation of color #5415ED: hue angle of 257.5º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5415ED is Cyan = 0.65, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 84 21 237 -
CMYK 0.65 0.91 0 0.07
HSL 257.5º 0.86% 0.51% -
HSV(B) 257.5º 0.91% 0.93% -
XYZ 19.21 8.54 80.76 -
YUV 64.46 225.37 141.94 -
System Red Green Blue C M Y K H S L
Decimal 84 21 237 0.65 0.91 0 0.07 257.5 0.86 0.51
Hex 54 15 ED 41 5B 0 7 102 56 33
Octal 124 25 355 101 133 0 7 402 126 63
Binary 1010100 10101 11101101 1000001 1011011 0 111 100000010 1010110 110011

Color Harmonies of #5415ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5415ED

Black with #5415ED

Text Example


Text Example

White with #5415ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5415ED; }

 p { color: rgb(84,21,237); }

 H1.HeaderClassName
 {
   color: #5415ED;
 }
 .AnyTagClassName
 {
   color: #5415ED;
 }
</style>

background-color css

<style>
 a { background-color: #5415ED; }

 a { background-color: rgb(84,21,237); }

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

border-color css

<style>
 span { border-color: #5415ED; }

 span { border-color: rgb(84,21,237); }

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