Html Css Color HEX #73027F Purple

📋 copy color: '#73027F'

red 115 ◦ green 2 ◦ blue 127

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

Shades of Purple #73027F

Tints of Purple #73027F

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 127 (50% from 255) = 52.05%

R = 47.13%
G = 0.82%
B = 52.05%

CMYK

 C value IS 0.09

 M value IS 0.98

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#73027F (or 0x73027F) is known color: Purple. HEX triplet: 73, 02 and 7F. RGB value is (115,2,127). Sum of RGB (Red+Green+Blue) = 115+2+127=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 2 (1.17% from 255 or 0.82% from 244); Blue value is 127 (50% from 255 or 52.05% from 244); Max value from RGB is 127 - color contains mainly: blue. Hex color #73027F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #73027F is #8CFD80. Grayscale: #313131. Windows color (decimal): -9239937 or 8323699. OLE color: 8323699.

HSL color Cylindrical-coordinate representation of color #73027F: hue angle of 294.24º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #73027F is Cyan = 0.09, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 2 127 -
CMYK 0.09 0.98 0 0.50
HSL 294.24º 0.97% 0.25% -
HSV(B) 294.24º 0.98% 0.5% -
XYZ 10.92 5.22 20.51 -
YUV 50.04 171.44 174.34 -
System Red Green Blue C M Y K H S L
Decimal 115 2 127 0.09 0.98 0 0.50 294.24 0.97 0.25
Hex 73 2 7F 9 62 0 32 126 61 19
Octal 163 2 177 11 142 0 62 446 141 31
Binary 1110011 10 1111111 1001 1100010 0 110010 100100110 1100001 11001

Color Harmonies of #73027F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73027F

Black with #73027F

Text Example


Text Example

White with #73027F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,2,127); }

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

background-color css

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

 a { background-color: rgb(115,2,127); }

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

border-color css

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

 span { border-color: rgb(115,2,127); }

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