Html Css Color HEX #70387F Eminence

📋 copy color: '#70387F'

red 112 ◦ green 56 ◦ blue 127

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

Shades of Eminence #70387F

Tints of Eminence #70387F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 43.05%

R = 37.97%
G = 18.98%
B = 43.05%

CMYK

 C value IS 0.12

 M value IS 0.56

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#70387F (or 0x70387F) is known color: Eminence. HEX triplet: 70, 38 and 7F. RGB value is (112,56,127). Sum of RGB (Red+Green+Blue) = 112+56+127=295 (39% of max value = 765). Red value is 112 (44.14% from 255 or 37.97% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 127 - color contains mainly: blue. Hex color #70387F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #70387F is #8FC780. Grayscale: #505050. Windows color (decimal): -9422721 or 8337520. OLE color: 8337520.

HSL color Cylindrical-coordinate representation of color #70387F: hue angle of 287.32º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #70387F is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 112 56 127 -
CMYK 0.12 0.56 0 0.50
HSL 287.32º 0.39% 0.36% -
HSV(B) 287.32º 0.56% 0.5% -
XYZ 11.93 7.81 20.96 -
YUV 80.84 154.05 150.23 -
System Red Green Blue C M Y K H S L
Decimal 112 56 127 0.12 0.56 0 0.50 287.32 0.39 0.36
Hex 70 38 7F C 38 0 32 11F 27 24
Octal 160 70 177 14 70 0 62 437 47 44
Binary 1110000 111000 1111111 1100 111000 0 110010 100011111 100111 100100

Color Harmonies of #70387F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #70387F

Black with #70387F

Text Example


Text Example

White with #70387F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #70387F; }

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

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

background-color css

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

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

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

border-color css

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

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

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