Html Css Color HEX #702682 Eminence

📋 copy color: '#702682'

red 112 ◦ green 38 ◦ blue 130

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

Shades of Eminence #702682

Tints of Eminence #702682

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.57%

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

R = 40%
G = 13.57%
B = 46.43%

CMYK

 C value IS 0.14

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702682 (or 0x702682) is known color: Eminence. HEX triplet: 70, 26 and 82. RGB value is (112,38,130). Sum of RGB (Red+Green+Blue) = 112+38+130=280 (37% of max value = 765). Red value is 112 (44.14% from 255 or 40% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #702682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702682 is #8FD97D. Grayscale: #464646. Windows color (decimal): -9427326 or 8529520. OLE color: 8529520.

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

Color convert

RGB 112 38 130 -
CMYK 0.14 0.71 0 0.49
HSL 288.26º 0.55% 0.33% -
HSV(B) 288.26º 0.71% 0.51% -
XYZ 11.4 6.44 21.76 -
YUV 70.61 161.52 157.52 -
System Red Green Blue C M Y K H S L
Decimal 112 38 130 0.14 0.71 0 0.49 288.26 0.55 0.33
Hex 70 26 82 E 47 0 31 120 37 21
Octal 160 46 202 16 107 0 61 440 67 41
Binary 1110000 100110 10000010 1110 1000111 0 110001 100100000 110111 100001

Color Harmonies of #702682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702682

Black with #702682

Text Example


Text Example

White with #702682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702682; }

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

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

background-color css

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

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

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

border-color css

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

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

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