Html Css Color HEX #75417B Eminence

📋 copy color: '#75417B'

red 117 ◦ green 65 ◦ blue 123

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

Shades of Eminence #75417B

Tints of Eminence #75417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 21.31%

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

R = 38.36%
G = 21.31%
B = 40.33%

CMYK

 C value IS 0.05

 M value IS 0.47

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75417B (or 0x75417B) is known color: Eminence. HEX triplet: 75, 41 and 7B. RGB value is (117,65,123). Sum of RGB (Red+Green+Blue) = 117+65+123=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 123 (48.44% from 255 or 40.33% from 305); Max value from RGB is 123 - color contains mainly: blue. Hex color #75417B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75417B is #8ABE84. Grayscale: #565656. Windows color (decimal): -9092741 or 8077685. OLE color: 8077685.

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

Color convert

RGB 117 65 123 -
CMYK 0.05 0.47 0 0.52
HSL 293.79º 0.31% 0.37% -
HSV(B) 293.79º 0.47% 0.48% -
XYZ 12.8 8.99 19.8 -
YUV 87.16 148.23 149.28 -
System Red Green Blue C M Y K H S L
Decimal 117 65 123 0.05 0.47 0 0.52 293.79 0.31 0.37
Hex 75 41 7B 5 2F 0 34 126 1F 25
Octal 165 101 173 5 57 0 64 446 37 45
Binary 1110101 1000001 1111011 101 101111 0 110100 100100110 11111 100101

Color Harmonies of #75417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75417B

Black with #75417B

Text Example


Text Example

White with #75417B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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