Html Css Color HEX #702482 Eminence

📋 copy color: '#702482'

red 112 ◦ green 36 ◦ blue 130

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

Shades of Eminence #702482

Tints of Eminence #702482

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.95%

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

R = 40.29%
G = 12.95%
B = 46.76%

CMYK

 C value IS 0.14

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702482 (or 0x702482) is known color: Eminence. HEX triplet: 70, 24 and 82. RGB value is (112,36,130). Sum of RGB (Red+Green+Blue) = 112+36+130=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 36 (14.45% from 255 or 12.95% from 278); Blue value is 130 (51.17% from 255 or 46.76% from 278); Max value from RGB is 130 - color contains mainly: blue. Hex color #702482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702482 is #8FDB7D. Grayscale: #454545. Windows color (decimal): -9427838 or 8529008. OLE color: 8529008.

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

Color convert

RGB 112 36 130 -
CMYK 0.14 0.72 0 0.49
HSL 288.51º 0.57% 0.33% -
HSV(B) 288.51º 0.72% 0.51% -
XYZ 11.34 6.32 21.74 -
YUV 69.44 162.18 158.36 -
System Red Green Blue C M Y K H S L
Decimal 112 36 130 0.14 0.72 0 0.49 288.51 0.57 0.33
Hex 70 24 82 E 48 0 31 121 39 21
Octal 160 44 202 16 110 0 61 441 71 41
Binary 1110000 100100 10000010 1110 1001000 0 110001 100100001 111001 100001

Color Harmonies of #702482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702482

Black with #702482

Text Example


Text Example

White with #702482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702482; }

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

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

background-color css

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

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

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

border-color css

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

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

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