Html Css Color HEX #7F7593 Topaz

📋 copy color: '#7F7593'

red 127 ◦ green 117 ◦ blue 147

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

Shades of Topaz #7F7593

Tints of Topaz #7F7593

RGB

 RED value IS 127 (50% from 255) = 32.48%

 GREEN value IS 117 (46.09% from 255) = 29.92%

 BLUE value IS 147 (57.81% from 255) = 37.6%

R = 32.48%
G = 29.92%
B = 37.6%

CMYK

 C value IS 0.14

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7F7593 (or 0x7F7593) is known color: Topaz. HEX triplet: 7F, 75 and 93. RGB value is (127,117,147). Sum of RGB (Red+Green+Blue) = 127+117+147=391 (51% of max value = 765). Red value is 127 (50% from 255 or 32.48% from 391); Green value is 117 (46.09% from 255 or 29.92% from 391); Blue value is 147 (57.81% from 255 or 37.60% from 391); Max value from RGB is 147 - color contains mainly: blue. Hex color #7F7593 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F7593 is #808A6C. Grayscale: #7B7B7B. Windows color (decimal): -8424045 or 9663871. OLE color: 9663871.

HSL color Cylindrical-coordinate representation of color #7F7593: hue angle of 260º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7F7593 is Cyan = 0.14, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 127 117 147 -
CMYK 0.14 0.20 0 0.42
HSL 260º 0.12% 0.52% -
HSV(B) 260º 0.2% 0.58% -
XYZ 20.38 19.34 30.26 -
YUV 123.41 141.31 130.56 -
System Red Green Blue C M Y K H S L
Decimal 127 117 147 0.14 0.20 0 0.42 260 0.12 0.52
Hex 7F 75 93 E 14 0 2A 104 C 34
Octal 177 165 223 16 24 0 52 404 14 64
Binary 1111111 1110101 10010011 1110 10100 0 101010 100000100 1100 110100

Color Harmonies of #7F7593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F7593

Black with #7F7593

Text Example


Text Example

White with #7F7593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F7593; }

 p { color: rgb(127,117,147); }

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

background-color css

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

 a { background-color: rgb(127,117,147); }

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

border-color css

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

 span { border-color: rgb(127,117,147); }

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