Html Css Color HEX #693970 Eminence

📋 copy color: '#693970'

red 105 ◦ green 57 ◦ blue 112

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

Shades of Eminence #693970

Tints of Eminence #693970

RGB

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

 GREEN value IS 57 (22.66% from 255) = 20.8%

 BLUE value IS 112 (44.14% from 255) = 40.88%

R = 38.32%
G = 20.8%
B = 40.88%

CMYK

 C value IS 0.06

 M value IS 0.49

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#693970 (or 0x693970) is known color: Eminence. HEX triplet: 69, 39 and 70. RGB value is (105,57,112). Sum of RGB (Red+Green+Blue) = 105+57+112=274 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.32% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 112 (44.14% from 255 or 40.88% from 274); Max value from RGB is 112 - color contains mainly: blue. Hex color #693970 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693970 is #96C68F. Grayscale: #4D4D4D. Windows color (decimal): -9881232 or 7354729. OLE color: 7354729.

HSL color Cylindrical-coordinate representation of color #693970: hue angle of 292.36º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #693970 is Cyan = 0.06, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 105 57 112 -
CMYK 0.06 0.49 0 0.56
HSL 292.36º 0.33% 0.33% -
HSV(B) 292.36º 0.49% 0.44% -
XYZ 10.21 7.1 16.16 -
YUV 77.62 147.4 147.53 -
System Red Green Blue C M Y K H S L
Decimal 105 57 112 0.06 0.49 0 0.56 292.36 0.33 0.33
Hex 69 39 70 6 31 0 38 124 21 21
Octal 151 71 160 6 61 0 70 444 41 41
Binary 1101001 111001 1110000 110 110001 0 111000 100100100 100001 100001

Color Harmonies of #693970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #693970

Black with #693970

Text Example


Text Example

White with #693970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #693970; }

 p { color: rgb(105,57,112); }

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

background-color css

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

 a { background-color: rgb(105,57,112); }

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

border-color css

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

 span { border-color: rgb(105,57,112); }

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