Html Css Color HEX #75446B Eminence

📋 copy color: '#75446B'

red 117 ◦ green 68 ◦ blue 107

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

Shades of Eminence #75446B

Tints of Eminence #75446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.29%

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

R = 40.07%
G = 23.29%
B = 36.64%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75446B (or 0x75446B) is known color: Eminence. HEX triplet: 75, 44 and 6B. RGB value is (117,68,107). Sum of RGB (Red+Green+Blue) = 117+68+107=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 117 - color contains mainly: red. Hex color #75446B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75446B is #8ABB94. Grayscale: #565656. Windows color (decimal): -9091989 or 7029877. OLE color: 7029877.

HSL color Cylindrical-coordinate representation of color #75446B: hue angle of 312.24º degrees, saturation: 0.26, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75446B is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 68 107 -
CMYK 0 0.42 0.09 0.54
HSL 312.24º 0.26% 0.36% -
HSV(B) 312.24º 0.42% 0.46% -
XYZ 12.06 8.98 15.01 -
YUV 87.1 139.23 149.33 -
System Red Green Blue C M Y K H S L
Decimal 117 68 107 0 0.42 0.09 0.54 312.24 0.26 0.36
Hex 75 44 6B 0 2A 9 36 138 1A 24
Octal 165 104 153 0 52 11 66 470 32 44
Binary 1110101 1000100 1101011 0 101010 1001 110110 100111000 11010 100100

Color Harmonies of #75446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75446B

Black with #75446B

Text Example


Text Example

White with #75446B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75446B; }

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

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

background-color css

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

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

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

border-color css

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

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

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