Html Css Color HEX #5814AE Purple Heart

📋 copy color: '#5814AE'

red 88 ◦ green 20 ◦ blue 174

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

Shades of Purple Heart #5814AE

Tints of Purple Heart #5814AE

RGB

 RED value IS 88 (34.77% from 255) = 31.21%

 GREEN value IS 20 (8.2% from 255) = 7.09%

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

R = 31.21%
G = 7.09%
B = 61.7%

CMYK

 C value IS 0.49

 M value IS 0.89

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5814AE (or 0x5814AE) is known color: Purple Heart. HEX triplet: 58, 14 and AE. RGB value is (88,20,174). Sum of RGB (Red+Green+Blue) = 88+20+174=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #5814AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5814AE is #A7EB51. Grayscale: #393939. Windows color (decimal): -11004754 or 11408472. OLE color: 11408472.

HSL color Cylindrical-coordinate representation of color #5814AE: hue angle of 266.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5814AE is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 20 174 -
CMYK 0.49 0.89 0 0.32
HSL 266.49º 0.79% 0.38% -
HSV(B) 266.49º 0.89% 0.68% -
XYZ 11.91 5.63 40.5 -
YUV 57.89 193.53 149.48 -
System Red Green Blue C M Y K H S L
Decimal 88 20 174 0.49 0.89 0 0.32 266.49 0.79 0.38
Hex 58 14 AE 31 59 0 20 10A 4F 26
Octal 130 24 256 61 131 0 40 412 117 46
Binary 1011000 10100 10101110 110001 1011001 0 100000 100001010 1001111 100110

Color Harmonies of #5814AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5814AE

Black with #5814AE

Text Example


Text Example

White with #5814AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,20,174); }

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

background-color css

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

 a { background-color: rgb(88,20,174); }

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

border-color css

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

 span { border-color: rgb(88,20,174); }

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