Html Css Color HEX #702581 Eminence

📋 copy color: '#702581'

red 112 ◦ green 37 ◦ blue 129

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

Shades of Eminence #702581

Tints of Eminence #702581

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.31%

 BLUE value IS 129 (50.78% from 255) = 46.4%

R = 40.29%
G = 13.31%
B = 46.4%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702581 (or 0x702581) is known color: Eminence. HEX triplet: 70, 25 and 81. RGB value is (112,37,129). Sum of RGB (Red+Green+Blue) = 112+37+129=278 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.29% from 278); Green value is 37 (14.84% from 255 or 13.31% from 278); Blue value is 129 (50.78% from 255 or 46.40% from 278); Max value from RGB is 129 - color contains mainly: blue. Hex color #702581 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702581 is #8FDA7E. Grayscale: #454545. Windows color (decimal): -9427583 or 8463728. OLE color: 8463728.

HSL color Cylindrical-coordinate representation of color #702581: hue angle of 288.91º 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 #702581 is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 37 129 -
CMYK 0.13 0.71 0 0.49
HSL 288.91º 0.55% 0.33% -
HSV(B) 288.91º 0.71% 0.51% -
XYZ 11.31 6.35 21.4 -
YUV 69.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 112 37 129 0.13 0.71 0 0.49 288.91 0.55 0.33
Hex 70 25 81 D 47 0 31 121 37 21
Octal 160 45 201 15 107 0 61 441 67 41
Binary 1110000 100101 10000001 1101 1000111 0 110001 100100001 110111 100001

Color Harmonies of #702581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702581

Black with #702581

Text Example


Text Example

White with #702581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702581; }

 p { color: rgb(112,37,129); }

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

background-color css

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

 a { background-color: rgb(112,37,129); }

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

border-color css

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

 span { border-color: rgb(112,37,129); }

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