Html Css Color HEX #73127D Purple

📋 copy color: '#73127D'

red 115 ◦ green 18 ◦ blue 125

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

Shades of Purple #73127D

Tints of Purple #73127D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.45%

R = 44.57%
G = 6.98%
B = 48.45%

CMYK

 C value IS 0.08

 M value IS 0.86

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#73127D (or 0x73127D) is known color: Purple. HEX triplet: 73, 12 and 7D. RGB value is (115,18,125). Sum of RGB (Red+Green+Blue) = 115+18+125=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 18 (7.42% from 255 or 6.98% from 258); Blue value is 125 (49.22% from 255 or 48.45% from 258); Max value from RGB is 125 - color contains mainly: blue. Hex color #73127D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73127D is #8CED82. Grayscale: #3A3A3A. Windows color (decimal): -9235843 or 8196723. OLE color: 8196723.

HSL color Cylindrical-coordinate representation of color #73127D: hue angle of 294.39º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #73127D is Cyan = 0.08, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 115 18 125 -
CMYK 0.08 0.86 0 0.51
HSL 294.39º 0.75% 0.28% -
HSV(B) 294.39º 0.86% 0.49% -
XYZ 10.99 5.56 19.9 -
YUV 59.2 165.14 167.8 -
System Red Green Blue C M Y K H S L
Decimal 115 18 125 0.08 0.86 0 0.51 294.39 0.75 0.28
Hex 73 12 7D 8 56 0 33 126 4B 1C
Octal 163 22 175 10 126 0 63 446 113 34
Binary 1110011 10010 1111101 1000 1010110 0 110011 100100110 1001011 11100

Color Harmonies of #73127D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73127D

Black with #73127D

Text Example


Text Example

White with #73127D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73127D; }

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

 H1.HeaderClassName
 {
   color: #73127D;
 }
 .AnyTagClassName
 {
   color: #73127D;
 }
</style>

background-color css

<style>
 a { background-color: #73127D; }

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

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

border-color css

<style>
 span { border-color: #73127D; }

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

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