Html Css Color HEX #73127B Purple

📋 copy color: '#73127B'

red 115 ◦ green 18 ◦ blue 123

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

Shades of Purple #73127B

Tints of Purple #73127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 48.05%

R = 44.92%
G = 7.03%
B = 48.05%

CMYK

 C value IS 0.07

 M value IS 0.85

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#73127B (or 0x73127B) is known color: Purple. HEX triplet: 73, 12 and 7B. RGB value is (115,18,123). Sum of RGB (Red+Green+Blue) = 115+18+123=256 (33% of max value = 765). Red value is 115 (45.31% from 255 or 44.92% from 256); Green value is 18 (7.42% from 255 or 7.03% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #73127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73127B is #8CED84. Grayscale: #3A3A3A. Windows color (decimal): -9235845 or 8065651. OLE color: 8065651.

HSL color Cylindrical-coordinate representation of color #73127B: hue angle of 295.43º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #73127B is Cyan = 0.07, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 115 18 123 -
CMYK 0.07 0.85 0 0.52
HSL 295.43º 0.74% 0.28% -
HSV(B) 295.43º 0.85% 0.48% -
XYZ 10.86 5.51 19.23 -
YUV 58.97 164.14 167.96 -
System Red Green Blue C M Y K H S L
Decimal 115 18 123 0.07 0.85 0 0.52 295.43 0.74 0.28
Hex 73 12 7B 7 55 0 34 127 4A 1C
Octal 163 22 173 7 125 0 64 447 112 34
Binary 1110011 10010 1111011 111 1010101 0 110100 100100111 1001010 11100

Color Harmonies of #73127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73127B

Black with #73127B

Text Example


Text Example

White with #73127B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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