Html Css Color HEX #5807AE Purple Heart

📋 copy color: '#5807AE'

red 88 ◦ green 7 ◦ blue 174

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

Shades of Purple Heart #5807AE

Tints of Purple Heart #5807AE

RGB

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

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

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

R = 32.71%
G = 2.6%
B = 64.68%

CMYK

 C value IS 0.49

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5807AE (or 0x5807AE) is known color: Purple Heart. HEX triplet: 58, 07 and AE. RGB value is (88,7,174). Sum of RGB (Red+Green+Blue) = 88+7+174=269 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.71% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #5807AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5807AE is #A7F851. Grayscale: #313131. Windows color (decimal): -11008082 or 11405144. OLE color: 11405144.

HSL color Cylindrical-coordinate representation of color #5807AE: hue angle of 269.1º 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 #5807AE is Cyan = 0.49, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 7 174 -
CMYK 0.49 0.96 0 0.32
HSL 269.1º 0.92% 0.35% -
HSV(B) 269.1º 0.96% 0.68% -
XYZ 11.74 5.28 40.45 -
YUV 50.26 197.84 154.92 -
System Red Green Blue C M Y K H S L
Decimal 88 7 174 0.49 0.96 0 0.32 269.1 0.92 0.35
Hex 58 7 AE 31 60 0 20 10D 5C 23
Octal 130 7 256 61 140 0 40 415 134 43
Binary 1011000 111 10101110 110001 1100000 0 100000 100001101 1011100 100011

Color Harmonies of #5807AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5807AE

Black with #5807AE

Text Example


Text Example

White with #5807AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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