Html Css Color HEX #703884 Eminence

📋 copy color: '#703884'

red 112 ◦ green 56 ◦ blue 132

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

Shades of Eminence #703884

Tints of Eminence #703884

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.67%

 BLUE value IS 132 (51.95% from 255) = 44%

R = 37.33%
G = 18.67%
B = 44%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#703884 (or 0x703884) is known color: Eminence. HEX triplet: 70, 38 and 84. RGB value is (112,56,132). Sum of RGB (Red+Green+Blue) = 112+56+132=300 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.33% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 132 (51.95% from 255 or 44% from 300); Max value from RGB is 132 - color contains mainly: blue. Hex color #703884 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703884 is #8FC77B. Grayscale: #515151. Windows color (decimal): -9422716 or 8665200. OLE color: 8665200.

HSL color Cylindrical-coordinate representation of color #703884: hue angle of 284.21º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #703884 is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 56 132 -
CMYK 0.15 0.58 0 0.48
HSL 284.21º 0.4% 0.37% -
HSV(B) 284.21º 0.58% 0.52% -
XYZ 12.26 7.94 22.72 -
YUV 81.41 156.55 149.82 -
System Red Green Blue C M Y K H S L
Decimal 112 56 132 0.15 0.58 0 0.48 284.21 0.4 0.37
Hex 70 38 84 F 3A 0 30 11C 28 25
Octal 160 70 204 17 72 0 60 434 50 45
Binary 1110000 111000 10000100 1111 111010 0 110000 100011100 101000 100101

Color Harmonies of #703884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703884

Black with #703884

Text Example


Text Example

White with #703884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703884; }

 p { color: rgb(112,56,132); }

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

background-color css

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

 a { background-color: rgb(112,56,132); }

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

border-color css

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

 span { border-color: rgb(112,56,132); }

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