Html Css Color HEX #7307AD Purple Heart

📋 copy color: '#7307AD'

red 115 ◦ green 7 ◦ blue 173

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

Shades of Purple Heart #7307AD

Tints of Purple Heart #7307AD

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.37%

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

R = 38.98%
G = 2.37%
B = 58.64%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7307AD (or 0x7307AD) is known color: Purple Heart. HEX triplet: 73, 07 and AD. RGB value is (115,7,173). Sum of RGB (Red+Green+Blue) = 115+7+173=295 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.98% from 295); Green value is 7 (3.12% from 255 or 2.37% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #7307AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7307AD is #8CF852. Grayscale: #393939. Windows color (decimal): -9238611 or 11339635. OLE color: 11339635.

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

Color convert

RGB 115 7 173 -
CMYK 0.34 0.96 0 0.32
HSL 279.04º 0.92% 0.35% -
HSV(B) 279.04º 0.96% 0.68% -
XYZ 14.69 6.81 40.08 -
YUV 58.22 192.78 168.5 -
System Red Green Blue C M Y K H S L
Decimal 115 7 173 0.34 0.96 0 0.32 279.04 0.92 0.35
Hex 73 7 AD 22 60 0 20 117 5C 23
Octal 163 7 255 42 140 0 40 427 134 43
Binary 1110011 111 10101101 100010 1100000 0 100000 100010111 1011100 100011

Color Harmonies of #7307AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7307AD

Black with #7307AD

Text Example


Text Example

White with #7307AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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