Html Css Color HEX #5426AE Purple Heart

📋 copy color: '#5426AE'

red 84 ◦ green 38 ◦ blue 174

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

Shades of Purple Heart #5426AE

Tints of Purple Heart #5426AE

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.84%

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

R = 28.38%
G = 12.84%
B = 58.78%

CMYK

 C value IS 0.52

 M value IS 0.78

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5426AE (or 0x5426AE) is known color: Purple Heart. HEX triplet: 54, 26 and AE. RGB value is (84,38,174). Sum of RGB (Red+Green+Blue) = 84+38+174=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #5426AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5426AE is #ABD951. Grayscale: #424242. Windows color (decimal): -11262290 or 11413076. OLE color: 11413076.

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

Color convert

RGB 84 38 174 -
CMYK 0.52 0.78 0 0.32
HSL 260.29º 0.64% 0.42% -
HSV(B) 260.29º 0.78% 0.68% -
XYZ 11.99 6.33 40.63 -
YUV 67.26 188.24 139.94 -
System Red Green Blue C M Y K H S L
Decimal 84 38 174 0.52 0.78 0 0.32 260.29 0.64 0.42
Hex 54 26 AE 34 4E 0 20 104 40 2A
Octal 124 46 256 64 116 0 40 404 100 52
Binary 1010100 100110 10101110 110100 1001110 0 100000 100000100 1000000 101010

Color Harmonies of #5426AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5426AE

Black with #5426AE

Text Example


Text Example

White with #5426AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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