Html Css Color HEX #7309AD Purple Heart

📋 copy color: '#7309AD'

red 115 ◦ green 9 ◦ blue 173

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

Shades of Purple Heart #7309AD

Tints of Purple Heart #7309AD

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.03%

 BLUE value IS 173 (67.97% from 255) = 58.25%

R = 38.72%
G = 3.03%
B = 58.25%

CMYK

 C value IS 0.34

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7309AD (or 0x7309AD) is known color: Purple Heart. HEX triplet: 73, 09 and AD. RGB value is (115,9,173). Sum of RGB (Red+Green+Blue) = 115+9+173=297 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.72% from 297); Green value is 9 (3.91% from 255 or 3.03% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #7309AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7309AD is #8CF652. Grayscale: #3A3A3A. Windows color (decimal): -9238099 or 11340147. OLE color: 11340147.

HSL color Cylindrical-coordinate representation of color #7309AD: hue angle of 278.78º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7309AD is Cyan = 0.34, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 9 173 -
CMYK 0.34 0.95 0 0.32
HSL 278.78º 0.9% 0.36% -
HSV(B) 278.78º 0.95% 0.68% -
XYZ 14.71 6.86 40.08 -
YUV 59.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 115 9 173 0.34 0.95 0 0.32 278.78 0.9 0.36
Hex 73 9 AD 22 5F 0 20 117 5A 24
Octal 163 11 255 42 137 0 40 427 132 44
Binary 1110011 1001 10101101 100010 1011111 0 100000 100010111 1011010 100100

Color Harmonies of #7309AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7309AD

Black with #7309AD

Text Example


Text Example

White with #7309AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7309AD; }

 p { color: rgb(115,9,173); }

 H1.HeaderClassName
 {
   color: #7309AD;
 }
 .AnyTagClassName
 {
   color: #7309AD;
 }
</style>

background-color css

<style>
 a { background-color: #7309AD; }

 a { background-color: rgb(115,9,173); }

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

border-color css

<style>
 span { border-color: #7309AD; }

 span { border-color: rgb(115,9,173); }

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