Html Css Color HEX #75297B Eminence

📋 copy color: '#75297B'

red 117 ◦ green 41 ◦ blue 123

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

Shades of Eminence #75297B

Tints of Eminence #75297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.59%

 BLUE value IS 123 (48.44% from 255) = 43.77%

R = 41.64%
G = 14.59%
B = 43.77%

CMYK

 C value IS 0.05

 M value IS 0.67

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75297B (or 0x75297B) is known color: Eminence. HEX triplet: 75, 29 and 7B. RGB value is (117,41,123). Sum of RGB (Red+Green+Blue) = 117+41+123=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 123 (48.44% from 255 or 43.77% from 281); Max value from RGB is 123 - color contains mainly: blue. Hex color #75297B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75297B is #8AD684. Grayscale: #484848. Windows color (decimal): -9098885 or 8071541. OLE color: 8071541.

HSL color Cylindrical-coordinate representation of color #75297B: hue angle of 295.61º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #75297B is Cyan = 0.05, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 117 41 123 -
CMYK 0.05 0.67 0 0.52
HSL 295.61º 0.5% 0.32% -
HSV(B) 295.61º 0.67% 0.48% -
XYZ 11.7 6.8 19.43 -
YUV 73.07 156.18 159.33 -
System Red Green Blue C M Y K H S L
Decimal 117 41 123 0.05 0.67 0 0.52 295.61 0.5 0.32
Hex 75 29 7B 5 43 0 34 128 32 20
Octal 165 51 173 5 103 0 64 450 62 40
Binary 1110101 101001 1111011 101 1000011 0 110100 100101000 110010 100000

Color Harmonies of #75297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75297B

Black with #75297B

Text Example


Text Example

White with #75297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75297B; }

 p { color: rgb(117,41,123); }

 H1.HeaderClassName
 {
   color: #75297B;
 }
 .AnyTagClassName
 {
   color: #75297B;
 }
</style>

background-color css

<style>
 a { background-color: #75297B; }

 a { background-color: rgb(117,41,123); }

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

border-color css

<style>
 span { border-color: #75297B; }

 span { border-color: rgb(117,41,123); }

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