Html Css Color HEX #75277C Eminence

📋 copy color: '#75277C'

red 117 ◦ green 39 ◦ blue 124

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

Shades of Eminence #75277C

Tints of Eminence #75277C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 44.29%

R = 41.79%
G = 13.93%
B = 44.29%

CMYK

 C value IS 0.06

 M value IS 0.69

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75277C (or 0x75277C) is known color: Eminence. HEX triplet: 75, 27 and 7C. RGB value is (117,39,124). Sum of RGB (Red+Green+Blue) = 117+39+124=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 39 (15.62% from 255 or 13.93% from 280); Blue value is 124 (48.83% from 255 or 44.29% from 280); Max value from RGB is 124 - color contains mainly: blue. Hex color #75277C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75277C is #8AD883. Grayscale: #474747. Windows color (decimal): -9099396 or 8136565. OLE color: 8136565.

HSL color Cylindrical-coordinate representation of color #75277C: hue angle of 295.06º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #75277C is Cyan = 0.06, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 39 124 -
CMYK 0.06 0.69 0 0.51
HSL 295.06º 0.52% 0.32% -
HSV(B) 295.06º 0.69% 0.49% -
XYZ 11.7 6.69 19.74 -
YUV 72.01 157.34 160.09 -
System Red Green Blue C M Y K H S L
Decimal 117 39 124 0.06 0.69 0 0.51 295.06 0.52 0.32
Hex 75 27 7C 6 45 0 33 127 34 20
Octal 165 47 174 6 105 0 63 447 64 40
Binary 1110101 100111 1111100 110 1000101 0 110011 100100111 110100 100000

Color Harmonies of #75277C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75277C

Black with #75277C

Text Example


Text Example

White with #75277C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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