Html Css Color HEX #73196F Dark Purple

📋 copy color: '#73196F'

red 115 ◦ green 25 ◦ blue 111

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

Shades of Dark Purple #73196F

Tints of Dark Purple #73196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.96%

 BLUE value IS 111 (43.75% from 255) = 44.22%

R = 45.82%
G = 9.96%
B = 44.22%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73196F (or 0x73196F) is known color: Dark Purple. HEX triplet: 73, 19 and 6F. RGB value is (115,25,111). Sum of RGB (Red+Green+Blue) = 115+25+111=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 25 (10.16% from 255 or 9.96% from 251); Blue value is 111 (43.75% from 255 or 44.22% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #73196F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73196F is #8CE690. Grayscale: #3D3D3D. Windows color (decimal): -9234065 or 7281011. OLE color: 7281011.

HSL color Cylindrical-coordinate representation of color #73196F: hue angle of 302.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #73196F is Cyan = 0, Magento = 0.78, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 25 111 -
CMYK 0 0.78 0.03 0.55
HSL 302.67º 0.64% 0.27% -
HSV(B) 302.67º 0.78% 0.45% -
XYZ 10.29 5.49 15.56 -
YUV 61.71 155.82 166.01 -
System Red Green Blue C M Y K H S L
Decimal 115 25 111 0 0.78 0.03 0.55 302.67 0.64 0.27
Hex 73 19 6F 0 4E 3 37 12F 40 1B
Octal 163 31 157 0 116 3 67 457 100 33
Binary 1110011 11001 1101111 0 1001110 11 110111 100101111 1000000 11011

Color Harmonies of #73196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73196F

Black with #73196F

Text Example


Text Example

White with #73196F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73196F; }

 p { color: rgb(115,25,111); }

 H1.HeaderClassName
 {
   color: #73196F;
 }
 .AnyTagClassName
 {
   color: #73196F;
 }
</style>

background-color css

<style>
 a { background-color: #73196F; }

 a { background-color: rgb(115,25,111); }

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

border-color css

<style>
 span { border-color: #73196F; }

 span { border-color: rgb(115,25,111); }

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