Html Css Color HEX #712682 Eminence

📋 copy color: '#712682'

red 113 ◦ green 38 ◦ blue 130

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

Shades of Eminence #712682

Tints of Eminence #712682

RGB

 RED value IS 113 (44.53% from 255) = 40.21%

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

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

R = 40.21%
G = 13.52%
B = 46.26%

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

#712682 (or 0x712682) is known color: Eminence. HEX triplet: 71, 26 and 82. RGB value is (113,38,130). Sum of RGB (Red+Green+Blue) = 113+38+130=281 (37% of max value = 765). Red value is 113 (44.53% from 255 or 40.21% from 281); Green value is 38 (15.23% from 255 or 13.52% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #712682 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #712682 is #8ED97D. Grayscale: #464646. Windows color (decimal): -9361790 or 8529521. OLE color: 8529521.

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

Color convert

RGB 113 38 130 -
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.53 6.51 21.77 -
YUV 70.91 161.35 158.02 -
System Red Green Blue C M Y K H S L
Decimal 113 38 130 0.13 0.71 0 0.49 288.91 0.55 0.33
Hex 71 26 82 D 47 0 31 121 37 21
Octal 161 46 202 15 107 0 61 441 67 41
Binary 1110001 100110 10000010 1101 1000111 0 110001 100100001 110111 100001

Color Harmonies of #712682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #712682

Black with #712682

Text Example


Text Example

White with #712682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #712682; }

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

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

background-color css

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

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

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

border-color css

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

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

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