Html Css Color HEX #693575 Eminence

📋 copy color: '#693575'

red 105 ◦ green 53 ◦ blue 117

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

Shades of Eminence #693575

Tints of Eminence #693575

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.27%

 BLUE value IS 117 (46.09% from 255) = 42.55%

R = 38.18%
G = 19.27%
B = 42.55%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#693575 (or 0x693575) is known color: Eminence. HEX triplet: 69, 35 and 75. RGB value is (105,53,117). Sum of RGB (Red+Green+Blue) = 105+53+117=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 53 (21.09% from 255 or 19.27% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 117 - color contains mainly: blue. Hex color #693575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693575 is #96CA8A. Grayscale: #4B4B4B. Windows color (decimal): -9882251 or 7681385. OLE color: 7681385.

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

Color convert

RGB 105 53 117 -
CMYK 0.10 0.55 0 0.54
HSL 288.75º 0.38% 0.33% -
HSV(B) 288.75º 0.55% 0.46% -
XYZ 10.31 6.83 17.61 -
YUV 75.84 151.23 148.8 -
System Red Green Blue C M Y K H S L
Decimal 105 53 117 0.10 0.55 0 0.54 288.75 0.38 0.33
Hex 69 35 75 A 37 0 36 121 26 21
Octal 151 65 165 12 67 0 66 441 46 41
Binary 1101001 110101 1110101 1010 110111 0 110110 100100001 100110 100001

Color Harmonies of #693575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693575

Black with #693575

Text Example


Text Example

White with #693575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693575; }

 p { color: rgb(105,53,117); }

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

background-color css

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

 a { background-color: rgb(105,53,117); }

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

border-color css

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

 span { border-color: rgb(105,53,117); }

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