Html Css Color HEX #703277 Eminence

📋 copy color: '#703277'

red 112 ◦ green 50 ◦ blue 119

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

Shades of Eminence #703277

Tints of Eminence #703277

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 value IS 0.06

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#703277 (or 0x703277) is known color: 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

RGB 112 50 119 -
CMYK 0.06 0.58 0 0.53
HSL 293.91º 0.41% 0.33% -
HSV(B) 293.91º 0.58% 0.47% -
XYZ 11.15 7.06 18.23 -
YUV 76.4 152.04 153.39 -
System Red Green Blue C M Y K H S L
Decimal 112 50 119 0.06 0.58 0 0.53 293.91 0.41 0.33
Hex 70 32 77 6 3A 0 35 126 29 21
Octal 160 62 167 6 72 0 65 446 51 41
Binary 1110000 110010 1110111 110 111010 0 110101 100100110 101001 100001

Color Harmonies of #703277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703277

Black with #703277

Text Example


Text Example

White with #703277

Text Example


Text Example

HTML Codes & Css Web 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>