Html Css Color HEX #754082 Eminence

📋 copy color: '#754082'

red 117 ◦ green 64 ◦ blue 130

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

Shades of Eminence #754082

Tints of Eminence #754082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.58%

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

R = 37.62%
G = 20.58%
B = 41.8%

CMYK

 C value IS 0.1

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#754082 (or 0x754082) is known color: Eminence. HEX triplet: 75, 40 and 82. RGB value is (117,64,130). Sum of RGB (Red+Green+Blue) = 117+64+130=311 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.62% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 130 - color contains mainly: blue. Hex color #754082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #754082 is #8ABF7D. Grayscale: #575757. Windows color (decimal): -9092990 or 8536181. OLE color: 8536181.

HSL color Cylindrical-coordinate representation of color #754082: hue angle of 288.18º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #754082 is Cyan = 0.1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 117 64 130 -
CMYK 0.1 0.51 0 0.49
HSL 288.18º 0.34% 0.38% -
HSV(B) 288.18º 0.51% 0.51% -
XYZ 13.2 9.06 22.17 -
YUV 87.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 117 64 130 0.1 0.51 0 0.49 288.18 0.34 0.38
Hex 75 40 82 A 33 0 31 120 22 26
Octal 165 100 202 12 63 0 61 440 42 46
Binary 1110101 1000000 10000010 1010 110011 0 110001 100100000 100010 100110

Color Harmonies of #754082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754082

Black with #754082

Text Example


Text Example

White with #754082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754082; }

 p { color: rgb(117,64,130); }

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

background-color css

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

 a { background-color: rgb(117,64,130); }

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

border-color css

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

 span { border-color: rgb(117,64,130); }

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