Html Css Color HEX #693C7C Eminence

📋 copy color: '#693C7C'

red 105 ◦ green 60 ◦ blue 124

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

Shades of Eminence #693C7C

Tints of Eminence #693C7C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.76%

 BLUE value IS 124 (48.83% from 255) = 42.91%

R = 36.33%
G = 20.76%
B = 42.91%

CMYK

 C value IS 0.15

 M value IS 0.52

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#693C7C (or 0x693C7C) is known color: Eminence. HEX triplet: 69, 3C and 7C. RGB value is (105,60,124). Sum of RGB (Red+Green+Blue) = 105+60+124=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 60 (23.83% from 255 or 20.76% from 289); Blue value is 124 (48.83% from 255 or 42.91% from 289); Max value from RGB is 124 - color contains mainly: blue. Hex color #693C7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693C7C is #96C383. Grayscale: #505050. Windows color (decimal): -9880452 or 8141929. OLE color: 8141929.

HSL color Cylindrical-coordinate representation of color #693C7C: hue angle of 282.19º degrees, saturation: 0.35, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #693C7C is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 105 60 124 -
CMYK 0.15 0.52 0 0.51
HSL 282.19º 0.35% 0.36% -
HSV(B) 282.19º 0.52% 0.49% -
XYZ 11.08 7.69 19.97 -
YUV 80.75 152.41 145.3 -
System Red Green Blue C M Y K H S L
Decimal 105 60 124 0.15 0.52 0 0.51 282.19 0.35 0.36
Hex 69 3C 7C F 34 0 33 11A 23 24
Octal 151 74 174 17 64 0 63 432 43 44
Binary 1101001 111100 1111100 1111 110100 0 110011 100011010 100011 100100

Color Harmonies of #693C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693C7C

Black with #693C7C

Text Example


Text Example

White with #693C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693C7C; }

 p { color: rgb(105,60,124); }

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

background-color css

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

 a { background-color: rgb(105,60,124); }

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

border-color css

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

 span { border-color: rgb(105,60,124); }

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