Html Css Color HEX #75277B Eminence

📋 copy color: '#75277B'

red 117 ◦ green 39 ◦ blue 123

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

Shades of Eminence #75277B

Tints of Eminence #75277B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 13.98%

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

R = 41.94%
G = 13.98%
B = 44.09%

CMYK

 C value IS 0.05

 M value IS 0.68

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75277B (or 0x75277B) is known color: Eminence. HEX triplet: 75, 27 and 7B. RGB value is (117,39,123). Sum of RGB (Red+Green+Blue) = 117+39+123=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 123 (48.44% from 255 or 44.09% from 279); Max value from RGB is 123 - color contains mainly: blue. Hex color #75277B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75277B is #8AD884. Grayscale: #474747. Windows color (decimal): -9099397 or 8071029. OLE color: 8071029.

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

Color convert

RGB 117 39 123 -
CMYK 0.05 0.68 0 0.52
HSL 295.71º 0.52% 0.32% -
HSV(B) 295.71º 0.68% 0.48% -
XYZ 11.64 6.66 19.41 -
YUV 71.9 156.84 160.17 -
System Red Green Blue C M Y K H S L
Decimal 117 39 123 0.05 0.68 0 0.52 295.71 0.52 0.32
Hex 75 27 7B 5 44 0 34 128 34 20
Octal 165 47 173 5 104 0 64 450 64 40
Binary 1110101 100111 1111011 101 1000100 0 110100 100101000 110100 100000

Color Harmonies of #75277B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75277B

Black with #75277B

Text Example


Text Example

White with #75277B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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