Html Css Color HEX #752681 Eminence

📋 copy color: '#752681'

red 117 ◦ green 38 ◦ blue 129

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

Shades of Eminence #752681

Tints of Eminence #752681

RGB

 RED value IS 117 (46.09% from 255) = 41.2%

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

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

R = 41.2%
G = 13.38%
B = 45.42%

CMYK

 C value IS 0.09

 M value IS 0.71

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#752681 (or 0x752681) is known color: Eminence. HEX triplet: 75, 26 and 81. RGB value is (117,38,129). Sum of RGB (Red+Green+Blue) = 117+38+129=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 38 (15.23% from 255 or 13.38% from 284); Blue value is 129 (50.78% from 255 or 45.42% from 284); Max value from RGB is 129 - color contains mainly: blue. Hex color #752681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #752681 is #8AD97E. Grayscale: #474747. Windows color (decimal): -9099647 or 8463989. OLE color: 8463989.

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

Color convert

RGB 117 38 129 -
CMYK 0.09 0.71 0 0.49
HSL 292.09º 0.54% 0.33% -
HSV(B) 292.09º 0.71% 0.51% -
XYZ 11.99 6.75 21.44 -
YUV 72 160.17 160.1 -
System Red Green Blue C M Y K H S L
Decimal 117 38 129 0.09 0.71 0 0.49 292.09 0.54 0.33
Hex 75 26 81 9 47 0 31 124 36 21
Octal 165 46 201 11 107 0 61 444 66 41
Binary 1110101 100110 10000001 1001 1000111 0 110001 100100100 110110 100001

Color Harmonies of #752681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #752681

Black with #752681

Text Example


Text Example

White with #752681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #752681; }

 p { color: rgb(117,38,129); }

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

background-color css

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

 a { background-color: rgb(117,38,129); }

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

border-color css

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

 span { border-color: rgb(117,38,129); }

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