Html Css Color HEX #7513AA Purple Heart

📋 copy color: '#7513AA'

red 117 ◦ green 19 ◦ blue 170

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

Shades of Purple Heart #7513AA

Tints of Purple Heart #7513AA

RGB

 RED value IS 117 (46.09% from 255) = 38.24%

 GREEN value IS 19 (7.81% from 255) = 6.21%

 BLUE value IS 170 (66.8% from 255) = 55.56%

R = 38.24%
G = 6.21%
B = 55.56%

CMYK

 C value IS 0.31

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7513AA (or 0x7513AA) is known color: Purple Heart. HEX triplet: 75, 13 and AA. RGB value is (117,19,170). Sum of RGB (Red+Green+Blue) = 117+19+170=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 19 (7.81% from 255 or 6.21% from 306); Blue value is 170 (66.80% from 255 or 55.56% from 306); Max value from RGB is 170 - color contains mainly: blue. Hex color #7513AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7513AA is #8AEC55. Grayscale: #414141. Windows color (decimal): -9104470 or 11146101. OLE color: 11146101.

HSL color Cylindrical-coordinate representation of color #7513AA: hue angle of 278.94º degrees, saturation: 0.8, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7513AA is Cyan = 0.31, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 19 170 -
CMYK 0.31 0.89 0 0.33
HSL 278.94º 0.8% 0.37% -
HSV(B) 278.94º 0.89% 0.67% -
XYZ 14.82 7.15 38.63 -
YUV 65.52 186.97 164.72 -
System Red Green Blue C M Y K H S L
Decimal 117 19 170 0.31 0.89 0 0.33 278.94 0.8 0.37
Hex 75 13 AA 1F 59 0 21 117 50 25
Octal 165 23 252 37 131 0 41 427 120 45
Binary 1110101 10011 10101010 11111 1011001 0 100001 100010111 1010000 100101

Color Harmonies of #7513AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513AA

Black with #7513AA

Text Example


Text Example

White with #7513AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7513AA; }

 p { color: rgb(117,19,170); }

 H1.HeaderClassName
 {
   color: #7513AA;
 }
 .AnyTagClassName
 {
   color: #7513AA;
 }
</style>

background-color css

<style>
 a { background-color: #7513AA; }

 a { background-color: rgb(117,19,170); }

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

border-color css

<style>
 span { border-color: #7513AA; }

 span { border-color: rgb(117,19,170); }

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