Html Css Color HEX #73108C Purple

📋 copy color: '#73108C'

red 115 ◦ green 16 ◦ blue 140

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

Shades of Purple #73108C

Tints of Purple #73108C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 51.66%

R = 42.44%
G = 5.9%
B = 51.66%

CMYK

 C value IS 0.18

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#73108C (or 0x73108C) is known color: Purple. HEX triplet: 73, 10 and 8C. RGB value is (115,16,140). Sum of RGB (Red+Green+Blue) = 115+16+140=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #73108C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73108C is #8CEF73. Grayscale: #3B3B3B. Windows color (decimal): -9236340 or 9179251. OLE color: 9179251.

HSL color Cylindrical-coordinate representation of color #73108C: hue angle of 287.9º degrees, saturation: 0.79, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #73108C is Cyan = 0.18, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 16 140 -
CMYK 0.18 0.89 0 0.45
HSL 287.9º 0.79% 0.31% -
HSV(B) 287.9º 0.89% 0.55% -
XYZ 11.99 5.91 25.32 -
YUV 59.74 173.3 167.42 -
System Red Green Blue C M Y K H S L
Decimal 115 16 140 0.18 0.89 0 0.45 287.9 0.79 0.31
Hex 73 10 8C 12 59 0 2D 120 4F 1F
Octal 163 20 214 22 131 0 55 440 117 37
Binary 1110011 10000 10001100 10010 1011001 0 101101 100100000 1001111 11111

Color Harmonies of #73108C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73108C

Black with #73108C

Text Example


Text Example

White with #73108C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73108C; }

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

 H1.HeaderClassName
 {
   color: #73108C;
 }
 .AnyTagClassName
 {
   color: #73108C;
 }
</style>

background-color css

<style>
 a { background-color: #73108C; }

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

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

border-color css

<style>
 span { border-color: #73108C; }

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

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