Html Css Color HEX #75307E Eminence

📋 copy color: '#75307E'

red 117 ◦ green 48 ◦ blue 126

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

Shades of Eminence #75307E

Tints of Eminence #75307E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.49%

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

R = 40.21%
G = 16.49%
B = 43.3%

CMYK

 C value IS 0.07

 M value IS 0.62

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#75307E (or 0x75307E) is known color: Eminence. HEX triplet: 75, 30 and 7E. RGB value is (117,48,126). Sum of RGB (Red+Green+Blue) = 117+48+126=291 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.21% from 291); Green value is 48 (19.14% from 255 or 16.49% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #75307E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75307E is #8ACF81. Grayscale: #4D4D4D. Windows color (decimal): -9097090 or 8269941. OLE color: 8269941.

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

Color convert

RGB 117 48 126 -
CMYK 0.07 0.62 0 0.51
HSL 293.08º 0.45% 0.34% -
HSV(B) 293.08º 0.62% 0.49% -
XYZ 12.16 7.4 20.53 -
YUV 77.52 155.36 156.16 -
System Red Green Blue C M Y K H S L
Decimal 117 48 126 0.07 0.62 0 0.51 293.08 0.45 0.34
Hex 75 30 7E 7 3E 0 33 125 2D 22
Octal 165 60 176 7 76 0 63 445 55 42
Binary 1110101 110000 1111110 111 111110 0 110011 100100101 101101 100010

Color Harmonies of #75307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75307E

Black with #75307E

Text Example


Text Example

White with #75307E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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