Html Css Color HEX #703381 Eminence

📋 copy color: '#703381'

red 112 ◦ green 51 ◦ blue 129

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

Shades of Eminence #703381

Tints of Eminence #703381

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.47%

 BLUE value IS 129 (50.78% from 255) = 44.18%

R = 38.36%
G = 17.47%
B = 44.18%

CMYK

 C value IS 0.13

 M value IS 0.60

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#703381 (or 0x703381) is known color: Eminence. HEX triplet: 70, 33 and 81. RGB value is (112,51,129). Sum of RGB (Red+Green+Blue) = 112+51+129=292 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.36% from 292); Green value is 51 (20.31% from 255 or 17.47% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 129 - color contains mainly: blue. Hex color #703381 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #703381 is #8FCC7E. Grayscale: #4D4D4D. Windows color (decimal): -9423999 or 8467312. OLE color: 8467312.

HSL color Cylindrical-coordinate representation of color #703381: hue angle of 286.92º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #703381 is Cyan = 0.13, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 51 129 -
CMYK 0.13 0.60 0 0.49
HSL 286.92º 0.43% 0.35% -
HSV(B) 286.92º 0.6% 0.51% -
XYZ 11.83 7.4 21.57 -
YUV 78.13 156.71 152.16 -
System Red Green Blue C M Y K H S L
Decimal 112 51 129 0.13 0.60 0 0.49 286.92 0.43 0.35
Hex 70 33 81 D 3C 0 31 11F 2B 23
Octal 160 63 201 15 74 0 61 437 53 43
Binary 1110000 110011 10000001 1101 111100 0 110001 100011111 101011 100011

Color Harmonies of #703381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #703381

Black with #703381

Text Example


Text Example

White with #703381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #703381; }

 p { color: rgb(112,51,129); }

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

background-color css

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

 a { background-color: rgb(112,51,129); }

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

border-color css

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

 span { border-color: rgb(112,51,129); }

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