Html Css Color HEX #5814AC Purple Heart

📋 copy color: '#5814AC'

red 88 ◦ green 20 ◦ blue 172

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

Shades of Purple Heart #5814AC

Tints of Purple Heart #5814AC

RGB

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

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

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

R = 31.43%
G = 7.14%
B = 61.43%

CMYK

 C value IS 0.49

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5814AC (or 0x5814AC) is known color: Purple Heart. HEX triplet: 58, 14 and AC. RGB value is (88,20,172). Sum of RGB (Red+Green+Blue) = 88+20+172=280 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.43% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #5814AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5814AC is #A7EB53. Grayscale: #393939. Windows color (decimal): -11004756 or 11277400. OLE color: 11277400.

HSL color Cylindrical-coordinate representation of color #5814AC: hue angle of 266.84º degrees, saturation: 0.79, 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 #5814AC is Cyan = 0.49, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 20 172 -
CMYK 0.49 0.88 0 0.33
HSL 266.84º 0.79% 0.38% -
HSV(B) 266.84º 0.88% 0.67% -
XYZ 11.72 5.55 39.48 -
YUV 57.66 192.53 149.64 -
System Red Green Blue C M Y K H S L
Decimal 88 20 172 0.49 0.88 0 0.33 266.84 0.79 0.38
Hex 58 14 AC 31 58 0 21 10B 4F 26
Octal 130 24 254 61 130 0 41 413 117 46
Binary 1011000 10100 10101100 110001 1011000 0 100001 100001011 1001111 100110

Color Harmonies of #5814AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5814AC

Black with #5814AC

Text Example


Text Example

White with #5814AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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