Html Css Color HEX #5407AE Purple Heart

📋 copy color: '#5407AE'

red 84 ◦ green 7 ◦ blue 174

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

Shades of Purple Heart #5407AE

Tints of Purple Heart #5407AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.64%

 BLUE value IS 174 (68.36% from 255) = 65.66%

R = 31.7%
G = 2.64%
B = 65.66%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5407AE (or 0x5407AE) is known color: Purple Heart. HEX triplet: 54, 07 and AE. RGB value is (84,7,174). Sum of RGB (Red+Green+Blue) = 84+7+174=265 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.70% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #5407AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5407AE is #ABF851. Grayscale: #303030. Windows color (decimal): -11270226 or 11405140. OLE color: 11405140.

HSL color Cylindrical-coordinate representation of color #5407AE: hue angle of 267.66º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5407AE is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 84 7 174 -
CMYK 0.52 0.96 0 0.32
HSL 267.66º 0.92% 0.35% -
HSV(B) 267.66º 0.96% 0.68% -
XYZ 11.37 5.09 40.43 -
YUV 49.06 198.51 152.92 -
System Red Green Blue C M Y K H S L
Decimal 84 7 174 0.52 0.96 0 0.32 267.66 0.92 0.35
Hex 54 7 AE 34 60 0 20 10C 5C 23
Octal 124 7 256 64 140 0 40 414 134 43
Binary 1010100 111 10101110 110100 1100000 0 100000 100001100 1011100 100011

Color Harmonies of #5407AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5407AE

Black with #5407AE

Text Example


Text Example

White with #5407AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5407AE; }

 p { color: rgb(84,7,174); }

 H1.HeaderClassName
 {
   color: #5407AE;
 }
 .AnyTagClassName
 {
   color: #5407AE;
 }
</style>

background-color css

<style>
 a { background-color: #5407AE; }

 a { background-color: rgb(84,7,174); }

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

border-color css

<style>
 span { border-color: #5407AE; }

 span { border-color: rgb(84,7,174); }

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