Html Css Color HEX #753D6B Eminence

📋 copy color: '#753D6B'

red 117 ◦ green 61 ◦ blue 107

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

Shades of Eminence #753D6B

Tints of Eminence #753D6B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 21.4%

 BLUE value IS 107 (42.19% from 255) = 37.54%

R = 41.05%
G = 21.4%
B = 37.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#753D6B (or 0x753D6B) is known color: Eminence. HEX triplet: 75, 3D and 6B. RGB value is (117,61,107). Sum of RGB (Red+Green+Blue) = 117+61+107=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 61 (24.22% from 255 or 21.40% from 285); Blue value is 107 (42.19% from 255 or 37.54% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #753D6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753D6B is #8AC294. Grayscale: #525252. Windows color (decimal): -9093781 or 7028085. OLE color: 7028085.

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

Color convert

RGB 117 61 107 -
CMYK 0 0.48 0.09 0.54
HSL 310.71º 0.31% 0.35% -
HSV(B) 310.71º 0.48% 0.46% -
XYZ 11.66 8.18 14.87 -
YUV 82.99 141.55 152.26 -
System Red Green Blue C M Y K H S L
Decimal 117 61 107 0 0.48 0.09 0.54 310.71 0.31 0.35
Hex 75 3D 6B 0 30 9 36 137 1F 23
Octal 165 75 153 0 60 11 66 467 37 43
Binary 1110101 111101 1101011 0 110000 1001 110110 100110111 11111 100011

Color Harmonies of #753D6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753D6B

Black with #753D6B

Text Example


Text Example

White with #753D6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,61,107); }

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

background-color css

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

 a { background-color: rgb(117,61,107); }

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

border-color css

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

 span { border-color: rgb(117,61,107); }

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