Html Css Color HEX #75357B Eminence

📋 copy color: '#75357B'

red 117 ◦ green 53 ◦ blue 123

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

Shades of Eminence #75357B

Tints of Eminence #75357B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 18.09%

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

R = 39.93%
G = 18.09%
B = 41.98%

CMYK

 C value IS 0.05

 M value IS 0.57

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75357B (or 0x75357B) is known color: Eminence. HEX triplet: 75, 35 and 7B. RGB value is (117,53,123). Sum of RGB (Red+Green+Blue) = 117+53+123=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 53 (21.09% from 255 or 18.09% from 293); Blue value is 123 (48.44% from 255 or 41.98% from 293); Max value from RGB is 123 - color contains mainly: blue. Hex color #75357B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75357B is #8ACA84. Grayscale: #4F4F4F. Windows color (decimal): -9095813 or 8074613. OLE color: 8074613.

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

Color convert

RGB 117 53 123 -
CMYK 0.05 0.57 0 0.52
HSL 294.86º 0.4% 0.35% -
HSV(B) 294.86º 0.57% 0.48% -
XYZ 12.18 7.76 19.59 -
YUV 80.12 152.2 154.31 -
System Red Green Blue C M Y K H S L
Decimal 117 53 123 0.05 0.57 0 0.52 294.86 0.4 0.35
Hex 75 35 7B 5 39 0 34 127 28 23
Octal 165 65 173 5 71 0 64 447 50 43
Binary 1110101 110101 1111011 101 111001 0 110100 100100111 101000 100011

Color Harmonies of #75357B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75357B

Black with #75357B

Text Example


Text Example

White with #75357B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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