Html Css Color HEX #75267F Eminence

📋 copy color: '#75267F'

red 117 ◦ green 38 ◦ blue 127

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

Shades of Eminence #75267F

Tints of Eminence #75267F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.48%

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

R = 41.49%
G = 13.48%
B = 45.04%

CMYK

 C value IS 0.08

 M value IS 0.70

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#75267F (or 0x75267F) is known color: Eminence. HEX triplet: 75, 26 and 7F. RGB value is (117,38,127). Sum of RGB (Red+Green+Blue) = 117+38+127=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 127 (50% from 255 or 45.04% from 282); Max value from RGB is 127 - color contains mainly: blue. Hex color #75267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75267F is #8AD980. Grayscale: #474747. Windows color (decimal): -9099649 or 8332917. OLE color: 8332917.

HSL color Cylindrical-coordinate representation of color #75267F: hue angle of 293.26º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #75267F is Cyan = 0.08, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 117 38 127 -
CMYK 0.08 0.70 0 0.50
HSL 293.26º 0.54% 0.32% -
HSV(B) 293.26º 0.7% 0.5% -
XYZ 11.86 6.7 20.75 -
YUV 71.77 159.17 160.26 -
System Red Green Blue C M Y K H S L
Decimal 117 38 127 0.08 0.70 0 0.50 293.26 0.54 0.32
Hex 75 26 7F 8 46 0 32 125 36 20
Octal 165 46 177 10 106 0 62 445 66 40
Binary 1110101 100110 1111111 1000 1000110 0 110010 100100101 110110 100000

Color Harmonies of #75267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75267F

Black with #75267F

Text Example


Text Example

White with #75267F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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