Html Css Color HEX #702382 Eminence

📋 copy color: '#702382'

red 112 ◦ green 35 ◦ blue 130

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

Shades of Eminence #702382

Tints of Eminence #702382

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.64%

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

R = 40.43%
G = 12.64%
B = 46.93%

CMYK

 C value IS 0.14

 M value IS 0.73

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702382 (or 0x702382) is known color: Eminence. HEX triplet: 70, 23 and 82. RGB value is (112,35,130). Sum of RGB (Red+Green+Blue) = 112+35+130=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 35 (14.06% from 255 or 12.64% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #702382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702382 is #8FDC7D. Grayscale: #444444. Windows color (decimal): -9428094 or 8528752. OLE color: 8528752.

HSL color Cylindrical-coordinate representation of color #702382: hue angle of 288.63º degrees, saturation: 0.58, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #702382 is Cyan = 0.14, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 35 130 -
CMYK 0.14 0.73 0 0.49
HSL 288.63º 0.58% 0.32% -
HSV(B) 288.63º 0.73% 0.51% -
XYZ 11.31 6.26 21.73 -
YUV 68.85 162.51 158.78 -
System Red Green Blue C M Y K H S L
Decimal 112 35 130 0.14 0.73 0 0.49 288.63 0.58 0.32
Hex 70 23 82 E 49 0 31 121 3A 20
Octal 160 43 202 16 111 0 61 441 72 40
Binary 1110000 100011 10000010 1110 1001001 0 110001 100100001 111010 100000

Color Harmonies of #702382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702382

Black with #702382

Text Example


Text Example

White with #702382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702382; }

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

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

background-color css

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

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

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

border-color css

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

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

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