Html Css Color HEX #7513AC Purple Heart

📋 copy color: '#7513AC'

red 117 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #7513AC

Tints of Purple Heart #7513AC

RGB

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

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

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

R = 37.99%
G = 6.17%
B = 55.84%

CMYK

 C value IS 0.32

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7513AC (or 0x7513AC) is known color: Purple Heart. HEX triplet: 75, 13 and AC. RGB value is (117,19,172). Sum of RGB (Red+Green+Blue) = 117+19+172=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 172 (67.58% from 255 or 55.84% from 308); Max value from RGB is 172 - color contains mainly: blue. Hex color #7513AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7513AC is #8AEC53. Grayscale: #414141. Windows color (decimal): -9104468 or 11277173. OLE color: 11277173.

HSL color Cylindrical-coordinate representation of color #7513AC: hue angle of 278.43º 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 #7513AC is Cyan = 0.32, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 19 172 -
CMYK 0.32 0.89 0 0.33
HSL 278.43º 0.8% 0.37% -
HSV(B) 278.43º 0.89% 0.67% -
XYZ 15.02 7.23 39.63 -
YUV 65.74 187.97 164.56 -
System Red Green Blue C M Y K H S L
Decimal 117 19 172 0.32 0.89 0 0.33 278.43 0.8 0.37
Hex 75 13 AC 20 59 0 21 116 50 25
Octal 165 23 254 40 131 0 41 426 120 45
Binary 1110101 10011 10101100 100000 1011001 0 100001 100010110 1010000 100101

Color Harmonies of #7513AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7513AC

Black with #7513AC

Text Example


Text Example

White with #7513AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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