Html Css Color HEX #7310AC Purple Heart

📋 copy color: '#7310AC'

red 115 ◦ green 16 ◦ blue 172

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

Shades of Purple Heart #7310AC

Tints of Purple Heart #7310AC

RGB

 RED value IS 115 (45.31% from 255) = 37.95%

 GREEN value IS 16 (6.64% from 255) = 5.28%

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

R = 37.95%
G = 5.28%
B = 56.77%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7310AC (or 0x7310AC) is known color: Purple Heart. HEX triplet: 73, 10 and AC. RGB value is (115,16,172). Sum of RGB (Red+Green+Blue) = 115+16+172=303 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.95% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #7310AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7310AC is #8CEF53. Grayscale: #3E3E3E. Windows color (decimal): -9236308 or 11276403. OLE color: 11276403.

HSL color Cylindrical-coordinate representation of color #7310AC: hue angle of 278.08º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7310AC is Cyan = 0.33, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 16 172 -
CMYK 0.33 0.91 0 0.33
HSL 278.08º 0.83% 0.37% -
HSV(B) 278.08º 0.91% 0.67% -
XYZ 14.7 6.99 39.6 -
YUV 63.39 189.3 164.82 -
System Red Green Blue C M Y K H S L
Decimal 115 16 172 0.33 0.91 0 0.33 278.08 0.83 0.37
Hex 73 10 AC 21 5B 0 21 116 53 25
Octal 163 20 254 41 133 0 41 426 123 45
Binary 1110011 10000 10101100 100001 1011011 0 100001 100010110 1010011 100101

Color Harmonies of #7310AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310AC

Black with #7310AC

Text Example


Text Example

White with #7310AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,16,172); }

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

background-color css

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

 a { background-color: rgb(115,16,172); }

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

border-color css

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

 span { border-color: rgb(115,16,172); }

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