Html Css Color HEX #7310AE Purple Heart

📋 copy color: '#7310AE'

red 115 ◦ green 16 ◦ blue 174

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

Shades of Purple Heart #7310AE

Tints of Purple Heart #7310AE

RGB

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

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

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

R = 37.7%
G = 5.25%
B = 57.05%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7310AE (or 0x7310AE) is known color: Purple Heart. HEX triplet: 73, 10 and AE. RGB value is (115,16,174). Sum of RGB (Red+Green+Blue) = 115+16+174=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 16 (6.64% from 255 or 5.25% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #7310AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7310AE is #8CEF51. Grayscale: #3F3F3F. Windows color (decimal): -9236306 or 11407475. OLE color: 11407475.

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

Color convert

RGB 115 16 174 -
CMYK 0.34 0.91 0 0.32
HSL 277.59º 0.83% 0.37% -
HSV(B) 277.59º 0.91% 0.68% -
XYZ 14.9 7.07 40.62 -
YUV 63.61 190.3 164.65 -
System Red Green Blue C M Y K H S L
Decimal 115 16 174 0.34 0.91 0 0.32 277.59 0.83 0.37
Hex 73 10 AE 22 5B 0 20 116 53 25
Octal 163 20 256 42 133 0 40 426 123 45
Binary 1110011 10000 10101110 100010 1011011 0 100000 100010110 1010011 100101

Color Harmonies of #7310AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310AE

Black with #7310AE

Text Example


Text Example

White with #7310AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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