Html Css Color HEX #753375 Eminence

📋 copy color: '#753375'

red 117 ◦ green 51 ◦ blue 117

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

Shades of Eminence #753375

Tints of Eminence #753375

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.89%

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

R = 41.05%
G = 17.89%
B = 41.05%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#753375 (or 0x753375) is known color: Eminence. HEX triplet: 75, 33 and 75. RGB value is (117,51,117). Sum of RGB (Red+Green+Blue) = 117+51+117=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 117 (46.09% from 255 or 41.05% from 285); Max value from RGB is 117 - color contains mainly: red, blue. Hex color #753375 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #753375 is #8ACC8A. Grayscale: #4E4E4E. Windows color (decimal): -9096331 or 7680885. OLE color: 7680885.

HSL color Cylindrical-coordinate representation of color #753375: hue angle of 300º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #753375 is Cyan = 0, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 51 117 -
CMYK 0 0.56 0 0.54
HSL 300º 0.39% 0.33% -
HSV(B) 300º 0.56% 0.46% -
XYZ 11.73 7.43 17.65 -
YUV 78.26 149.87 155.63 -
System Red Green Blue C M Y K H S L
Decimal 117 51 117 0 0.56 0 0.54 300 0.39 0.33
Hex 75 33 75 0 38 0 36 12C 27 21
Octal 165 63 165 0 70 0 66 454 47 41
Binary 1110101 110011 1110101 0 111000 0 110110 100101100 100111 100001

Color Harmonies of #753375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #753375

Black with #753375

Text Example


Text Example

White with #753375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #753375; }

 p { color: rgb(117,51,117); }

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

background-color css

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

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

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

border-color css

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

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

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