Html Css Color HEX #5A07AE Purple Heart

📋 copy color: '#5A07AE'

red 90 ◦ green 7 ◦ blue 174

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

Shades of Purple Heart #5A07AE

Tints of Purple Heart #5A07AE

RGB

 RED value IS 90 (35.55% from 255) = 33.21%

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

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

R = 33.21%
G = 2.58%
B = 64.21%

CMYK

 C value IS 0.48

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A07AE (or 0x5A07AE) is known color: Purple Heart. HEX triplet: 5A, 07 and AE. RGB value is (90,7,174). Sum of RGB (Red+Green+Blue) = 90+7+174=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #5A07AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A07AE is #A5F851. Grayscale: #323232. Windows color (decimal): -10877010 or 11405146. OLE color: 11405146.

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

Color convert

RGB 90 7 174 -
CMYK 0.48 0.96 0 0.32
HSL 269.82º 0.92% 0.35% -
HSV(B) 269.82º 0.96% 0.68% -
XYZ 11.93 5.38 40.45 -
YUV 50.86 197.5 155.92 -
System Red Green Blue C M Y K H S L
Decimal 90 7 174 0.48 0.96 0 0.32 269.82 0.92 0.35
Hex 5A 7 AE 30 60 0 20 10E 5C 23
Octal 132 7 256 60 140 0 40 416 134 43
Binary 1011010 111 10101110 110000 1100000 0 100000 100001110 1011100 100011

Color Harmonies of #5A07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A07AE

Black with #5A07AE

Text Example


Text Example

White with #5A07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A07AE; }

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

 H1.HeaderClassName
 {
   color: #5A07AE;
 }
 .AnyTagClassName
 {
   color: #5A07AE;
 }
</style>

background-color css

<style>
 a { background-color: #5A07AE; }

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

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

border-color css

<style>
 span { border-color: #5A07AE; }

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

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