Html Css Color HEX #7317AB Purple Heart

📋 copy color: '#7317AB'

red 115 ◦ green 23 ◦ blue 171

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

Shades of Purple Heart #7317AB

Tints of Purple Heart #7317AB

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.44%

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

R = 37.22%
G = 7.44%
B = 55.34%

CMYK

 C value IS 0.33

 M value IS 0.87

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7317AB (or 0x7317AB) is known color: Purple Heart. HEX triplet: 73, 17 and AB. RGB value is (115,23,171). Sum of RGB (Red+Green+Blue) = 115+23+171=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 23 (9.38% from 255 or 7.44% from 309); Blue value is 171 (67.19% from 255 or 55.34% from 309); Max value from RGB is 171 - color contains mainly: blue. Hex color #7317AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7317AB is #8CE854. Grayscale: #424242. Windows color (decimal): -9234517 or 11212659. OLE color: 11212659.

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

Color convert

RGB 115 23 171 -
CMYK 0.33 0.87 0 0.33
HSL 277.3º 0.76% 0.38% -
HSV(B) 277.3º 0.87% 0.67% -
XYZ 14.73 7.2 39.14 -
YUV 67.38 186.48 161.97 -
System Red Green Blue C M Y K H S L
Decimal 115 23 171 0.33 0.87 0 0.33 277.3 0.76 0.38
Hex 73 17 AB 21 57 0 21 115 4C 26
Octal 163 27 253 41 127 0 41 425 114 46
Binary 1110011 10111 10101011 100001 1010111 0 100001 100010101 1001100 100110

Color Harmonies of #7317AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7317AB

Black with #7317AB

Text Example


Text Example

White with #7317AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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