Html Css Color HEX #753C6C Eminence

📋 copy color: '#753C6C'

red 117 ◦ green 60 ◦ blue 108

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

Shades of Eminence #753C6C

Tints of Eminence #753C6C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.05%

 BLUE value IS 108 (42.58% from 255) = 37.89%

R = 41.05%
G = 21.05%
B = 37.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#753C6C (or 0x753C6C) is known color: Eminence. HEX triplet: 75, 3C and 6C. RGB value is (117,60,108). Sum of RGB (Red+Green+Blue) = 117+60+108=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 60 (23.83% from 255 or 21.05% from 285); Blue value is 108 (42.58% from 255 or 37.89% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753C6C is #8AC393. Grayscale: #525252. Windows color (decimal): -9094036 or 7093365. OLE color: 7093365.

HSL color Cylindrical-coordinate representation of color #753C6C: hue angle of 309.47º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #753C6C is Cyan = 0, Magento = 0.49, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 60 108 -
CMYK 0 0.49 0.08 0.54
HSL 309.47º 0.32% 0.35% -
HSV(B) 309.47º 0.49% 0.46% -
XYZ 11.66 8.1 15.14 -
YUV 82.52 142.38 152.6 -
System Red Green Blue C M Y K H S L
Decimal 117 60 108 0 0.49 0.08 0.54 309.47 0.32 0.35
Hex 75 3C 6C 0 31 8 36 135 20 23
Octal 165 74 154 0 61 10 66 465 40 43
Binary 1110101 111100 1101100 0 110001 1000 110110 100110101 100000 100011

Color Harmonies of #753C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753C6C

Black with #753C6C

Text Example


Text Example

White with #753C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753C6C; }

 p { color: rgb(117,60,108); }

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

background-color css

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

 a { background-color: rgb(117,60,108); }

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

border-color css

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

 span { border-color: rgb(117,60,108); }

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