Html Css Color HEX #693476 Eminence

📋 copy color: '#693476'

red 105 ◦ green 52 ◦ blue 118

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

Shades of Eminence #693476

Tints of Eminence #693476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 18.91%

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

R = 38.18%
G = 18.91%
B = 42.91%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#693476 (or 0x693476) is known color: Eminence. HEX triplet: 69, 34 and 76. RGB value is (105,52,118). Sum of RGB (Red+Green+Blue) = 105+52+118=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 52 (20.70% from 255 or 18.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 118 - color contains mainly: blue. Hex color #693476 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693476 is #96CB89. Grayscale: #4B4B4B. Windows color (decimal): -9882506 or 7746665. OLE color: 7746665.

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

Color convert

RGB 105 52 118 -
CMYK 0.11 0.56 0 0.54
HSL 288.18º 0.39% 0.33% -
HSV(B) 288.18º 0.56% 0.46% -
XYZ 10.32 6.77 17.9 -
YUV 75.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 105 52 118 0.11 0.56 0 0.54 288.18 0.39 0.33
Hex 69 34 76 B 38 0 36 120 27 21
Octal 151 64 166 13 70 0 66 440 47 41
Binary 1101001 110100 1110110 1011 111000 0 110110 100100000 100111 100001

Color Harmonies of #693476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693476

Black with #693476

Text Example


Text Example

White with #693476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693476; }

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

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

background-color css

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

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

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

border-color css

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

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

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