Html Css Color HEX #75307F Eminence

📋 copy color: '#75307F'

red 117 ◦ green 48 ◦ blue 127

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

Shades of Eminence #75307F

Tints of Eminence #75307F

RGB

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

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

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

R = 40.07%
G = 16.44%
B = 43.49%

CMYK

 C value IS 0.08

 M value IS 0.62

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75307F (or 0x75307F) is known color: Eminence. HEX triplet: 75, 30 and 7F. RGB value is (117,48,127). Sum of RGB (Red+Green+Blue) = 117+48+127=292 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.07% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #75307F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75307F is #8ACF80. Grayscale: #4D4D4D. Windows color (decimal): -9097089 or 8335477. OLE color: 8335477.

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

Color convert

RGB 117 48 127 -
CMYK 0.08 0.62 0 0.50
HSL 292.41º 0.45% 0.34% -
HSV(B) 292.41º 0.62% 0.5% -
XYZ 12.22 7.43 20.87 -
YUV 77.64 155.86 156.08 -
System Red Green Blue C M Y K H S L
Decimal 117 48 127 0.08 0.62 0 0.50 292.41 0.45 0.34
Hex 75 30 7F 8 3E 0 32 124 2D 22
Octal 165 60 177 10 76 0 62 444 55 42
Binary 1110101 110000 1111111 1000 111110 0 110010 100100100 101101 100010

Color Harmonies of #75307F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75307F

Black with #75307F

Text Example


Text Example

White with #75307F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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