#703277

Color #703277 Eminence (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eminence #703277

Tints of Eminence #703277

Color information

#703277 (or 0x703277) is unknown color: approx Eminence. HEX triplet: 70, 32 and 77. RGB value is (112,50,119). Sum of RGB (Red+Green+Blue) = 112+50+119=281 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.86% from 281); Green value is 50 (19.92% from 255 or 17.79% from 281); Blue value is 119 (46.88% from 255 or 42.35% from 281); Max value from RGB is 119 - color contains mainly: blue. Hex color #703277 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703277 is #8FCD88. Grayscale: #4C4C4C. Windows color (decimal): -9424265 or 7811696. OLE color: 7811696.

HSL color Cylindrical-coordinate representation of color #703277: hue angle of 293.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703277 is Cyan = 0.06, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB11250119-
CMYK0.060.5800.53
HSL293.91º40.83%33.14%-
HSV(B)293.91º57.98%46.67%-
XYZ11.157.0618.23-
YUV76.4152.04153.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 39.86%
GREEN value IS 50 (19.92% from 255) = 17.79%
BLUE value IS 119 (46.88% from 255) = 42.35%
R=39.86%
G=17.79%
B=42.35%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal112501190.060.5800.53293.9140.8333.14
Hex70327763A0351262921
Octal160621676720654465141
Binary111000011001011101111101110100110101100100110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #703277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #703277; }

 p { color: rgb(112,50,119); }

 H1.HeaderClassName
 {
   color: #703277;
 }
 .AnyTagClassName
 {
   color: #703277;
 }
</style>
background-color css

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

 a { background-color: rgb(112,50,119); }

 div.DivClassName
 {
   background-color: #703277;
 }
 .BgClassName
 {
   background-color: #703277;
 }
</style>
border-color css

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

 span { border-color: rgb(112,50,119); }

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