Html Css Color HEX #702481 Eminence

📋 copy color: '#702481'

red 112 ◦ green 36 ◦ blue 129

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

Shades of Eminence #702481

Tints of Eminence #702481

RGB

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

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

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

R = 40.43%
G = 13%
B = 46.57%

CMYK

 C value IS 0.13

 M value IS 0.72

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#702481 (or 0x702481) is known color: Eminence. HEX triplet: 70, 24 and 81. RGB value is (112,36,129). Sum of RGB (Red+Green+Blue) = 112+36+129=277 (36% of max value = 765). Red value is 112 (44.14% from 255 or 40.43% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 129 (50.78% from 255 or 46.57% from 277); Max value from RGB is 129 - color contains mainly: blue. Hex color #702481 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #702481 is #8FDB7E. Grayscale: #454545. Windows color (decimal): -9427839 or 8463472. OLE color: 8463472.

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

Color convert

RGB 112 36 129 -
CMYK 0.13 0.72 0 0.49
HSL 289.03º 0.56% 0.32% -
HSV(B) 289.03º 0.72% 0.51% -
XYZ 11.28 6.29 21.39 -
YUV 69.33 161.68 158.44 -
System Red Green Blue C M Y K H S L
Decimal 112 36 129 0.13 0.72 0 0.49 289.03 0.56 0.32
Hex 70 24 81 D 48 0 31 121 38 20
Octal 160 44 201 15 110 0 61 441 70 40
Binary 1110000 100100 10000001 1101 1001000 0 110001 100100001 111000 100000

Color Harmonies of #702481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #702481

Black with #702481

Text Example


Text Example

White with #702481

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #702481; }

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

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

background-color css

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

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

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

border-color css

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

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

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