Html Css Color HEX #703274 Eminence

📋 copy color: '#703274'

red 112 ◦ green 50 ◦ blue 116

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

Shades of Eminence #703274

Tints of Eminence #703274

RGB

 RED value IS 112 (44.14% from 255) = 40.29%

 GREEN value IS 50 (19.92% from 255) = 17.99%

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 40.29%
G = 17.99%
B = 41.73%

CMYK

 C value IS 0.03

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#703274 (or 0x703274) is known color: Eminence. HEX triplet: 70, 32 and 74. RGB value is (112,50,116). Sum of RGB (Red+Green+Blue) = 112+50+116=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 50 (19.92% from 255 or 17.99% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 116 - color contains mainly: blue. Hex color #703274 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #703274 is #8FCD8B. Grayscale: #4B4B4B. Windows color (decimal): -9424268 or 7615088. OLE color: 7615088.

HSL color Cylindrical-coordinate representation of color #703274: hue angle of 296.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #703274 is Cyan = 0.03, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 112 50 116 -
CMYK 0.03 0.57 0 0.55
HSL 296.36º 0.4% 0.33% -
HSV(B) 296.36º 0.57% 0.45% -
XYZ 10.98 6.99 17.29 -
YUV 76.06 150.54 153.63 -
System Red Green Blue C M Y K H S L
Decimal 112 50 116 0.03 0.57 0 0.55 296.36 0.4 0.33
Hex 70 32 74 3 39 0 37 128 28 21
Octal 160 62 164 3 71 0 67 450 50 41
Binary 1110000 110010 1110100 11 111001 0 110111 100101000 101000 100001

Color Harmonies of #703274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703274

Black with #703274

Text Example


Text Example

White with #703274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703274; }

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

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

background-color css

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

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

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

border-color css

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

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

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