Html Css Color HEX #73126F Dark Purple

📋 copy color: '#73126F'

red 115 ◦ green 18 ◦ blue 111

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

Shades of Dark Purple #73126F

Tints of Dark Purple #73126F

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.38%

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

R = 47.13%
G = 7.38%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.03

 K value IS 0.55

RGB Variations

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

Color information

#73126F (or 0x73126F) is known color: Dark Purple. HEX triplet: 73, 12 and 6F. RGB value is (115,18,111). Sum of RGB (Red+Green+Blue) = 115+18+111=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 18 (7.42% from 255 or 7.38% from 244); Blue value is 111 (43.75% from 255 or 45.49% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #73126F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126F is #8CED90. Grayscale: #393939. Windows color (decimal): -9235857 or 7279219. OLE color: 7279219.

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

Color convert

RGB 115 18 111 -
CMYK 0 0.84 0.03 0.55
HSL 302.47º 0.73% 0.26% -
HSV(B) 302.47º 0.84% 0.45% -
XYZ 10.16 5.23 15.51 -
YUV 57.61 158.14 168.94 -
System Red Green Blue C M Y K H S L
Decimal 115 18 111 0 0.84 0.03 0.55 302.47 0.73 0.26
Hex 73 12 6F 0 54 3 37 12E 49 1A
Octal 163 22 157 0 124 3 67 456 111 32
Binary 1110011 10010 1101111 0 1010100 11 110111 100101110 1001001 11010

Color Harmonies of #73126F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73126F

Black with #73126F

Text Example


Text Example

White with #73126F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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