Html Css Color HEX #75367B Eminence

📋 copy color: '#75367B'

red 117 ◦ green 54 ◦ blue 123

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

Shades of Eminence #75367B

Tints of Eminence #75367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.37%

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

R = 39.8%
G = 18.37%
B = 41.84%

CMYK

 C value IS 0.05

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#75367B (or 0x75367B) is known color: Eminence. HEX triplet: 75, 36 and 7B. RGB value is (117,54,123). Sum of RGB (Red+Green+Blue) = 117+54+123=294 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.80% from 294); Green value is 54 (21.48% from 255 or 18.37% from 294); Blue value is 123 (48.44% from 255 or 41.84% from 294); Max value from RGB is 123 - color contains mainly: blue. Hex color #75367B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #75367B is #8AC984. Grayscale: #505050. Windows color (decimal): -9095557 or 8074869. OLE color: 8074869.

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

Color convert

RGB 117 54 123 -
CMYK 0.05 0.56 0 0.52
HSL 294.78º 0.39% 0.35% -
HSV(B) 294.78º 0.56% 0.48% -
XYZ 12.23 7.85 19.61 -
YUV 80.7 151.87 153.89 -
System Red Green Blue C M Y K H S L
Decimal 117 54 123 0.05 0.56 0 0.52 294.78 0.39 0.35
Hex 75 36 7B 5 38 0 34 127 27 23
Octal 165 66 173 5 70 0 64 447 47 43
Binary 1110101 110110 1111011 101 111000 0 110100 100100111 100111 100011

Color Harmonies of #75367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75367B

Black with #75367B

Text Example


Text Example

White with #75367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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