Html Css Color HEX #702983 Eminence

📋 copy color: '#702983'

red 112 ◦ green 41 ◦ blue 131

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

Shades of Eminence #702983

Tints of Eminence #702983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.44%

 BLUE value IS 131 (51.56% from 255) = 46.13%

R = 39.44%
G = 14.44%
B = 46.13%

CMYK

 C value IS 0.15

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702983 (or 0x702983) is known color: Eminence. HEX triplet: 70, 29 and 83. RGB value is (112,41,131). Sum of RGB (Red+Green+Blue) = 112+41+131=284 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.44% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 131 (51.56% from 255 or 46.13% from 284); Max value from RGB is 131 - color contains mainly: blue. Hex color #702983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702983 is #8FD67C. Grayscale: #484848. Windows color (decimal): -9426557 or 8595824. OLE color: 8595824.

HSL color Cylindrical-coordinate representation of color #702983: hue angle of 287.33º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #702983 is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 41 131 -
CMYK 0.15 0.69 0 0.49
HSL 287.33º 0.52% 0.34% -
HSV(B) 287.33º 0.69% 0.51% -
XYZ 11.57 6.67 22.15 -
YUV 72.49 161.02 156.18 -
System Red Green Blue C M Y K H S L
Decimal 112 41 131 0.15 0.69 0 0.49 287.33 0.52 0.34
Hex 70 29 83 F 45 0 31 11F 34 22
Octal 160 51 203 17 105 0 61 437 64 42
Binary 1110000 101001 10000011 1111 1000101 0 110001 100011111 110100 100010

Color Harmonies of #702983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702983

Black with #702983

Text Example


Text Example

White with #702983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702983; }

 p { color: rgb(112,41,131); }

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

background-color css

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

 a { background-color: rgb(112,41,131); }

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

border-color css

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

 span { border-color: rgb(112,41,131); }

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