Html Css Color HEX #73117A Purple

📋 copy color: '#73117A'

red 115 ◦ green 17 ◦ blue 122

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

Shades of Purple #73117A

Tints of Purple #73117A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.69%

 BLUE value IS 122 (48.05% from 255) = 48.03%

R = 45.28%
G = 6.69%
B = 48.03%

CMYK

 C value IS 0.06

 M value IS 0.86

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73117A (or 0x73117A) is known color: Purple. HEX triplet: 73, 11 and 7A. RGB value is (115,17,122). Sum of RGB (Red+Green+Blue) = 115+17+122=254 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.28% from 254); Green value is 17 (7.03% from 255 or 6.69% from 254); Blue value is 122 (48.05% from 255 or 48.03% from 254); Max value from RGB is 122 - color contains mainly: blue. Hex color #73117A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73117A is #8CEE85. Grayscale: #393939. Windows color (decimal): -9236102 or 7999859. OLE color: 7999859.

HSL color Cylindrical-coordinate representation of color #73117A: hue angle of 296º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73117A is Cyan = 0.06, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 17 122 -
CMYK 0.06 0.86 0 0.52
HSL 296º 0.76% 0.27% -
HSV(B) 296º 0.86% 0.48% -
XYZ 10.78 5.45 18.9 -
YUV 58.27 163.97 168.46 -
System Red Green Blue C M Y K H S L
Decimal 115 17 122 0.06 0.86 0 0.52 296 0.76 0.27
Hex 73 11 7A 6 56 0 34 128 4C 1B
Octal 163 21 172 6 126 0 64 450 114 33
Binary 1110011 10001 1111010 110 1010110 0 110100 100101000 1001100 11011

Color Harmonies of #73117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73117A

Black with #73117A

Text Example


Text Example

White with #73117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73117A; }

 p { color: rgb(115,17,122); }

 H1.HeaderClassName
 {
   color: #73117A;
 }
 .AnyTagClassName
 {
   color: #73117A;
 }
</style>

background-color css

<style>
 a { background-color: #73117A; }

 a { background-color: rgb(115,17,122); }

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

border-color css

<style>
 span { border-color: #73117A; }

 span { border-color: rgb(115,17,122); }

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