Html Css Color HEX #73126E Dark Purple

📋 copy color: '#73126E'

red 115 ◦ green 18 ◦ blue 110

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

Shades of Dark Purple #73126E

Tints of Dark Purple #73126E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 45.27%

R = 47.33%
G = 7.41%
B = 45.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#73126E (or 0x73126E) is known color: Dark Purple. HEX triplet: 73, 12 and 6E. RGB value is (115,18,110). Sum of RGB (Red+Green+Blue) = 115+18+110=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 18 (7.42% from 255 or 7.41% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #73126E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73126E is #8CED91. Grayscale: #393939. Windows color (decimal): -9235858 or 7213683. OLE color: 7213683.

HSL color Cylindrical-coordinate representation of color #73126E: hue angle of 303.09º 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 #73126E is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 18 110 -
CMYK 0 0.84 0.04 0.55
HSL 303.09º 0.73% 0.26% -
HSV(B) 303.09º 0.84% 0.45% -
XYZ 10.1 5.2 15.22 -
YUV 57.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 115 18 110 0 0.84 0.04 0.55 303.09 0.73 0.26
Hex 73 12 6E 0 54 4 37 12F 49 1A
Octal 163 22 156 0 124 4 67 457 111 32
Binary 1110011 10010 1101110 0 1010100 100 110111 100101111 1001001 11010

Color Harmonies of #73126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73126E

Black with #73126E

Text Example


Text Example

White with #73126E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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