Html Css Color HEX #75277F Eminence

📋 copy color: '#75277F'

red 117 ◦ green 39 ◦ blue 127

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

Shades of Eminence #75277F

Tints of Eminence #75277F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 44.88%

R = 41.34%
G = 13.78%
B = 44.88%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75277F (or 0x75277F) is known color: Eminence. HEX triplet: 75, 27 and 7F. RGB value is (117,39,127). Sum of RGB (Red+Green+Blue) = 117+39+127=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 39 (15.62% from 255 or 13.78% from 283); Blue value is 127 (50% from 255 or 44.88% from 283); Max value from RGB is 127 - color contains mainly: blue. Hex color #75277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75277F is #8AD880. Grayscale: #484848. Windows color (decimal): -9099393 or 8333173. OLE color: 8333173.

HSL color Cylindrical-coordinate representation of color #75277F: hue angle of 293.18º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75277F is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 39 127 -
CMYK 0.08 0.69 0 0.50
HSL 293.18º 0.53% 0.33% -
HSV(B) 293.18º 0.69% 0.5% -
XYZ 11.89 6.77 20.76 -
YUV 72.35 158.84 159.84 -
System Red Green Blue C M Y K H S L
Decimal 117 39 127 0.08 0.69 0 0.50 293.18 0.53 0.33
Hex 75 27 7F 8 45 0 32 125 35 21
Octal 165 47 177 10 105 0 62 445 65 41
Binary 1110101 100111 1111111 1000 1000101 0 110010 100100101 110101 100001

Color Harmonies of #75277F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75277F

Black with #75277F

Text Example


Text Example

White with #75277F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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