Html Css Color HEX #5415AC Purple Heart

📋 copy color: '#5415AC'

red 84 ◦ green 21 ◦ blue 172

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

Shades of Purple Heart #5415AC

Tints of Purple Heart #5415AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 62.09%

R = 30.32%
G = 7.58%
B = 62.09%

CMYK

 C value IS 0.51

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5415AC (or 0x5415AC) is known color: Purple Heart. HEX triplet: 54, 15 and AC. RGB value is (84,21,172). Sum of RGB (Red+Green+Blue) = 84+21+172=277 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.32% from 277); Green value is 21 (8.59% from 255 or 7.58% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #5415AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5415AC is #ABEA53. Grayscale: #383838. Windows color (decimal): -11266644 or 11277652. OLE color: 11277652.

HSL color Cylindrical-coordinate representation of color #5415AC: hue angle of 265.03º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5415AC is Cyan = 0.51, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 84 21 172 -
CMYK 0.51 0.88 0 0.33
HSL 265.03º 0.78% 0.38% -
HSV(B) 265.03º 0.88% 0.67% -
XYZ 11.37 5.4 39.47 -
YUV 57.05 192.87 147.22 -
System Red Green Blue C M Y K H S L
Decimal 84 21 172 0.51 0.88 0 0.33 265.03 0.78 0.38
Hex 54 15 AC 33 58 0 21 109 4E 26
Octal 124 25 254 63 130 0 41 411 116 46
Binary 1010100 10101 10101100 110011 1011000 0 100001 100001001 1001110 100110

Color Harmonies of #5415AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5415AC

Black with #5415AC

Text Example


Text Example

White with #5415AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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