Html Css Color HEX #7310AB Purple Heart

📋 copy color: '#7310AB'

red 115 ◦ green 16 ◦ blue 171

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

Shades of Purple Heart #7310AB

Tints of Purple Heart #7310AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 56.62%

R = 38.08%
G = 5.3%
B = 56.62%

CMYK

 C value IS 0.33

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7310AB (or 0x7310AB) is known color: Purple Heart. HEX triplet: 73, 10 and AB. RGB value is (115,16,171). Sum of RGB (Red+Green+Blue) = 115+16+171=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 16 (6.64% from 255 or 5.30% from 302); Blue value is 171 (67.19% from 255 or 56.62% from 302); Max value from RGB is 171 - color contains mainly: blue. Hex color #7310AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7310AB is #8CEF54. Grayscale: #3E3E3E. Windows color (decimal): -9236309 or 11210867. OLE color: 11210867.

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

Color convert

RGB 115 16 171 -
CMYK 0.33 0.91 0 0.33
HSL 278.32º 0.83% 0.37% -
HSV(B) 278.32º 0.91% 0.67% -
XYZ 14.61 6.96 39.1 -
YUV 63.27 188.8 164.9 -
System Red Green Blue C M Y K H S L
Decimal 115 16 171 0.33 0.91 0 0.33 278.32 0.83 0.37
Hex 73 10 AB 21 5B 0 21 116 53 25
Octal 163 20 253 41 133 0 41 426 123 45
Binary 1110011 10000 10101011 100001 1011011 0 100001 100010110 1010011 100101

Color Harmonies of #7310AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7310AB

Black with #7310AB

Text Example


Text Example

White with #7310AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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