Html Css Color HEX #75257E Eminence

📋 copy color: '#75257E'

red 117 ◦ green 37 ◦ blue 126

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

Shades of Eminence #75257E

Tints of Eminence #75257E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.21%

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

R = 41.79%
G = 13.21%
B = 45%

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

#75257E (or 0x75257E) is known color: Eminence. HEX triplet: 75, 25 and 7E. RGB value is (117,37,126). Sum of RGB (Red+Green+Blue) = 117+37+126=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 37 (14.84% from 255 or 13.21% from 280); Blue value is 126 (49.61% from 255 or 45% from 280); Max value from RGB is 126 - color contains mainly: blue. Hex color #75257E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75257E is #8ADA81. Grayscale: #464646. Windows color (decimal): -9099906 or 8267125. OLE color: 8267125.

HSL color Cylindrical-coordinate representation of color #75257E: hue angle of 293.93º degrees, saturation: 0.55, 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 #75257E is Cyan = 0.07, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 117 37 126 -
CMYK 0.07 0.71 0 0.51
HSL 293.93º 0.55% 0.32% -
HSV(B) 293.93º 0.71% 0.49% -
XYZ 11.76 6.61 20.39 -
YUV 71.07 159 160.76 -
System Red Green Blue C M Y K H S L
Decimal 117 37 126 0.07 0.71 0 0.51 293.93 0.55 0.32
Hex 75 25 7E 7 47 0 33 126 37 20
Octal 165 45 176 7 107 0 63 446 67 40
Binary 1110101 100101 1111110 111 1000111 0 110011 100100110 110111 100000

Color Harmonies of #75257E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75257E

Black with #75257E

Text Example


Text Example

White with #75257E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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