Html Css Color HEX #730AAE Purple Heart

📋 copy color: '#730AAE'

red 115 ◦ green 10 ◦ blue 174

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

Shades of Purple Heart #730AAE

Tints of Purple Heart #730AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 58.19%

R = 38.46%
G = 3.34%
B = 58.19%

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

#730AAE (or 0x730AAE) is known color: Purple Heart. HEX triplet: 73, 0A and AE. RGB value is (115,10,174). Sum of RGB (Red+Green+Blue) = 115+10+174=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #730AAE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730AAE is #8CF551. Grayscale: #3B3B3B. Windows color (decimal): -9237842 or 11405939. OLE color: 11405939.

HSL color Cylindrical-coordinate representation of color #730AAE: hue angle of 278.41º 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 #730AAE is Cyan = 0.34, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 10 174 -
CMYK 0.34 0.94 0 0.32
HSL 278.41º 0.89% 0.36% -
HSV(B) 278.41º 0.94% 0.68% -
XYZ 14.82 6.92 40.6 -
YUV 60.09 192.29 167.16 -
System Red Green Blue C M Y K H S L
Decimal 115 10 174 0.34 0.94 0 0.32 278.41 0.89 0.36
Hex 73 A AE 22 5E 0 20 116 59 24
Octal 163 12 256 42 136 0 40 426 131 44
Binary 1110011 1010 10101110 100010 1011110 0 100000 100010110 1011001 100100

Color Harmonies of #730AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AAE

Black with #730AAE

Text Example


Text Example

White with #730AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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