Html Css Color HEX #702F82 Eminence

📋 copy color: '#702F82'

red 112 ◦ green 47 ◦ blue 130

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

Shades of Eminence #702F82

Tints of Eminence #702F82

RGB

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

 GREEN value IS 47 (18.75% from 255) = 16.26%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 38.75%
G = 16.26%
B = 44.98%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702F82 (or 0x702F82) is known color: Eminence. HEX triplet: 70, 2F and 82. RGB value is (112,47,130). Sum of RGB (Red+Green+Blue) = 112+47+130=289 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.75% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #702F82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702F82 is #8FD07D. Grayscale: #4B4B4B. Windows color (decimal): -9425022 or 8531824. OLE color: 8531824.

HSL color Cylindrical-coordinate representation of color #702F82: hue angle of 286.99º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #702F82 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 47 130 -
CMYK 0.14 0.64 0 0.49
HSL 286.99º 0.47% 0.35% -
HSV(B) 286.99º 0.64% 0.51% -
XYZ 11.73 7.09 21.87 -
YUV 75.9 158.53 153.75 -
System Red Green Blue C M Y K H S L
Decimal 112 47 130 0.14 0.64 0 0.49 286.99 0.47 0.35
Hex 70 2F 82 E 40 0 31 11F 2F 23
Octal 160 57 202 16 100 0 61 437 57 43
Binary 1110000 101111 10000010 1110 1000000 0 110001 100011111 101111 100011

Color Harmonies of #702F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702F82

Black with #702F82

Text Example


Text Example

White with #702F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702F82; }

 p { color: rgb(112,47,130); }

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

background-color css

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

 a { background-color: rgb(112,47,130); }

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

border-color css

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

 span { border-color: rgb(112,47,130); }

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