Html Css Color HEX #75447B Eminence

📋 copy color: '#75447B'

red 117 ◦ green 68 ◦ blue 123

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

Shades of Eminence #75447B

Tints of Eminence #75447B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.94%

R = 37.99%
G = 22.08%
B = 39.94%

CMYK

 C value IS 0.05

 M value IS 0.45

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75447B (or 0x75447B) is known color: Eminence. HEX triplet: 75, 44 and 7B. RGB value is (117,68,123). Sum of RGB (Red+Green+Blue) = 117+68+123=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 123 (48.44% from 255 or 39.94% from 308); Max value from RGB is 123 - color contains mainly: blue. Hex color #75447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75447B is #8ABB84. Grayscale: #585858. Windows color (decimal): -9091973 or 8078453. OLE color: 8078453.

HSL color Cylindrical-coordinate representation of color #75447B: hue angle of 293.45º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #75447B is Cyan = 0.05, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 68 123 -
CMYK 0.05 0.45 0 0.52
HSL 293.45º 0.29% 0.37% -
HSV(B) 293.45º 0.45% 0.48% -
XYZ 12.98 9.35 19.86 -
YUV 88.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 117 68 123 0.05 0.45 0 0.52 293.45 0.29 0.37
Hex 75 44 7B 5 2D 0 34 125 1D 25
Octal 165 104 173 5 55 0 64 445 35 45
Binary 1110101 1000100 1111011 101 101101 0 110100 100100101 11101 100101

Color Harmonies of #75447B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75447B

Black with #75447B

Text Example


Text Example

White with #75447B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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