Html Css Color HEX #7A13AC Purple Heart

📋 copy color: '#7A13AC'

red 122 ◦ green 19 ◦ blue 172

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

Shades of Purple Heart #7A13AC

Tints of Purple Heart #7A13AC

RGB

 RED value IS 122 (48.05% from 255) = 38.98%

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

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

R = 38.98%
G = 6.07%
B = 54.95%

CMYK

 C value IS 0.29

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7A13AC (or 0x7A13AC) is known color: Purple Heart. HEX triplet: 7A, 13 and AC. RGB value is (122,19,172). Sum of RGB (Red+Green+Blue) = 122+19+172=313 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.98% from 313); Green value is 19 (7.81% from 255 or 6.07% from 313); Blue value is 172 (67.58% from 255 or 54.95% from 313); Max value from RGB is 172 - color contains mainly: blue. Hex color #7A13AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A13AC is #85EC53. Grayscale: #424242. Windows color (decimal): -8776788 or 11277178. OLE color: 11277178.

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

Color convert

RGB 122 19 172 -
CMYK 0.29 0.89 0 0.33
HSL 280.39º 0.8% 0.37% -
HSV(B) 280.39º 0.89% 0.67% -
XYZ 15.71 7.58 39.67 -
YUV 67.24 187.12 167.06 -
System Red Green Blue C M Y K H S L
Decimal 122 19 172 0.29 0.89 0 0.33 280.39 0.8 0.37
Hex 7A 13 AC 1D 59 0 21 118 50 25
Octal 172 23 254 35 131 0 41 430 120 45
Binary 1111010 10011 10101100 11101 1011001 0 100001 100011000 1010000 100101

Color Harmonies of #7A13AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A13AC

Black with #7A13AC

Text Example


Text Example

White with #7A13AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A13AC; }

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

 H1.HeaderClassName
 {
   color: #7A13AC;
 }
 .AnyTagClassName
 {
   color: #7A13AC;
 }
</style>

background-color css

<style>
 a { background-color: #7A13AC; }

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

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

border-color css

<style>
 span { border-color: #7A13AC; }

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

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