Html Css Color HEX #693376 Eminence

📋 copy color: '#693376'

red 105 ◦ green 51 ◦ blue 118

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

Shades of Eminence #693376

Tints of Eminence #693376

RGB

 RED value IS 105 (41.41% from 255) = 38.32%

 GREEN value IS 51 (20.31% from 255) = 18.61%

 BLUE value IS 118 (46.48% from 255) = 43.07%

R = 38.32%
G = 18.61%
B = 43.07%

CMYK

 C value IS 0.11

 M value IS 0.57

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#693376 (or 0x693376) is known color: Eminence. HEX triplet: 69, 33 and 76. RGB value is (105,51,118). Sum of RGB (Red+Green+Blue) = 105+51+118=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 51 (20.31% from 255 or 18.61% from 274); Blue value is 118 (46.48% from 255 or 43.07% from 274); Max value from RGB is 118 - color contains mainly: blue. Hex color #693376 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693376 is #96CC89. Grayscale: #4A4A4A. Windows color (decimal): -9882762 or 7746409. OLE color: 7746409.

HSL color Cylindrical-coordinate representation of color #693376: hue angle of 288.36º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #693376 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 105 51 118 -
CMYK 0.11 0.57 0 0.54
HSL 288.36º 0.4% 0.33% -
HSV(B) 288.36º 0.57% 0.46% -
XYZ 10.28 6.68 17.89 -
YUV 74.78 152.39 149.55 -
System Red Green Blue C M Y K H S L
Decimal 105 51 118 0.11 0.57 0 0.54 288.36 0.4 0.33
Hex 69 33 76 B 39 0 36 120 28 21
Octal 151 63 166 13 71 0 66 440 50 41
Binary 1101001 110011 1110110 1011 111001 0 110110 100100000 101000 100001

Color Harmonies of #693376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693376

Black with #693376

Text Example


Text Example

White with #693376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693376; }

 p { color: rgb(105,51,118); }

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

background-color css

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

 a { background-color: rgb(105,51,118); }

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

border-color css

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

 span { border-color: rgb(105,51,118); }

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