Html Css Color HEX #75247E Eminence

📋 copy color: '#75247E'

red 117 ◦ green 36 ◦ blue 126

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

Shades of Eminence #75247E

Tints of Eminence #75247E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.9%

 BLUE value IS 126 (49.61% from 255) = 45.16%

R = 41.94%
G = 12.9%
B = 45.16%

CMYK

 C value IS 0.07

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75247E (or 0x75247E) is known color: Eminence. HEX triplet: 75, 24 and 7E. RGB value is (117,36,126). Sum of RGB (Red+Green+Blue) = 117+36+126=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 36 (14.45% from 255 or 12.90% from 279); Blue value is 126 (49.61% from 255 or 45.16% from 279); Max value from RGB is 126 - color contains mainly: blue. Hex color #75247E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75247E is #8ADB81. Grayscale: #464646. Windows color (decimal): -9100162 or 8266869. OLE color: 8266869.

HSL color Cylindrical-coordinate representation of color #75247E: hue angle of 294º degrees, saturation: 0.56, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #75247E is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 36 126 -
CMYK 0.07 0.71 0 0.51
HSL 294º 0.56% 0.32% -
HSV(B) 294º 0.71% 0.49% -
XYZ 11.73 6.55 20.38 -
YUV 70.48 159.34 161.18 -
System Red Green Blue C M Y K H S L
Decimal 117 36 126 0.07 0.71 0 0.51 294 0.56 0.32
Hex 75 24 7E 7 47 0 33 126 38 20
Octal 165 44 176 7 107 0 63 446 70 40
Binary 1110101 100100 1111110 111 1000111 0 110011 100100110 111000 100000

Color Harmonies of #75247E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75247E

Black with #75247E

Text Example


Text Example

White with #75247E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75247E; }

 p { color: rgb(117,36,126); }

 H1.HeaderClassName
 {
   color: #75247E;
 }
 .AnyTagClassName
 {
   color: #75247E;
 }
</style>

background-color css

<style>
 a { background-color: #75247E; }

 a { background-color: rgb(117,36,126); }

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

border-color css

<style>
 span { border-color: #75247E; }

 span { border-color: rgb(117,36,126); }

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