Html Css Color HEX #730AAD Purple Heart

📋 copy color: '#730AAD'

red 115 ◦ green 10 ◦ blue 173

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

Shades of Purple Heart #730AAD

Tints of Purple Heart #730AAD

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.36%

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

R = 38.59%
G = 3.36%
B = 58.05%

CMYK

 C value IS 0.34

 M value IS 0.94

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#730AAD (or 0x730AAD) is known color: Purple Heart. HEX triplet: 73, 0A and AD. RGB value is (115,10,173). Sum of RGB (Red+Green+Blue) = 115+10+173=298 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.59% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #730AAD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730AAD is #8CF552. Grayscale: #3B3B3B. Windows color (decimal): -9237843 or 11340403. OLE color: 11340403.

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

Color convert

RGB 115 10 173 -
CMYK 0.34 0.94 0 0.32
HSL 278.65º 0.89% 0.36% -
HSV(B) 278.65º 0.94% 0.68% -
XYZ 14.72 6.88 40.09 -
YUV 59.98 191.79 167.25 -
System Red Green Blue C M Y K H S L
Decimal 115 10 173 0.34 0.94 0 0.32 278.65 0.89 0.36
Hex 73 A AD 22 5E 0 20 117 59 24
Octal 163 12 255 42 136 0 40 427 131 44
Binary 1110011 1010 10101101 100010 1011110 0 100000 100010111 1011001 100100

Color Harmonies of #730AAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AAD

Black with #730AAD

Text Example


Text Example

White with #730AAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730AAD; }

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

 H1.HeaderClassName
 {
   color: #730AAD;
 }
 .AnyTagClassName
 {
   color: #730AAD;
 }
</style>

background-color css

<style>
 a { background-color: #730AAD; }

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

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

border-color css

<style>
 span { border-color: #730AAD; }

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

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