Html Css Color HEX #7310C5 Purple Heart

📋 copy color: '#7310C5'

red 115 ◦ green 16 ◦ blue 197

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

Shades of Purple Heart #7310C5

Tints of Purple Heart #7310C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 60.06%

R = 35.06%
G = 4.88%
B = 60.06%

CMYK

 C value IS 0.42

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#7310C5 (or 0x7310C5) is known color: Purple Heart. HEX triplet: 73, 10 and C5. RGB value is (115,16,197). Sum of RGB (Red+Green+Blue) = 115+16+197=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 16 (6.64% from 255 or 4.88% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #7310C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7310C5 is #8CEF3A. Grayscale: #414141. Windows color (decimal): -9236283 or 12914803. OLE color: 12914803.

HSL color Cylindrical-coordinate representation of color #7310C5: hue angle of 272.82º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7310C5 is Cyan = 0.42, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 115 16 197 -
CMYK 0.42 0.92 0 0.23
HSL 272.82º 0.85% 0.42% -
HSV(B) 272.82º 0.92% 0.77% -
XYZ 17.33 8.05 53.46 -
YUV 66.24 201.8 162.78 -
System Red Green Blue C M Y K H S L
Decimal 115 16 197 0.42 0.92 0 0.23 272.82 0.85 0.42
Hex 73 10 C5 2A 5C 0 17 111 55 2A
Octal 163 20 305 52 134 0 27 421 125 52
Binary 1110011 10000 11000101 101010 1011100 0 10111 100010001 1010101 101010

Color Harmonies of #7310C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310C5

Black with #7310C5

Text Example


Text Example

White with #7310C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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