Html Css Color HEX #7F59AE Studio

📋 copy color: '#7F59AE'

red 127 ◦ green 89 ◦ blue 174

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

Shades of Studio #7F59AE

Tints of Studio #7F59AE

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.82%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 32.56%
G = 22.82%
B = 44.62%

CMYK

 C value IS 0.27

 M value IS 0.49

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F59AE (or 0x7F59AE) is known color: Studio. HEX triplet: 7F, 59 and AE. RGB value is (127,89,174). Sum of RGB (Red+Green+Blue) = 127+89+174=390 (51% of max value = 765). Red value is 127 (50% from 255 or 32.56% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7F59AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F59AE is #80A651. Grayscale: #6D6D6D. Windows color (decimal): -8431186 or 11426175. OLE color: 11426175.

HSL color Cylindrical-coordinate representation of color #7F59AE: hue angle of 266.82º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F59AE is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 89 174 -
CMYK 0.27 0.49 0 0.32
HSL 266.82º 0.34% 0.52% -
HSV(B) 266.82º 0.49% 0.68% -
XYZ 19.96 14.71 41.83 -
YUV 110.05 164.09 140.09 -
System Red Green Blue C M Y K H S L
Decimal 127 89 174 0.27 0.49 0 0.32 266.82 0.34 0.52
Hex 7F 59 AE 1B 31 0 20 10B 22 34
Octal 177 131 256 33 61 0 40 413 42 64
Binary 1111111 1011001 10101110 11011 110001 0 100000 100001011 100010 110100

Color Harmonies of #7F59AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F59AE

Black with #7F59AE

Text Example


Text Example

White with #7F59AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,89,174); }

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

background-color css

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

 a { background-color: rgb(127,89,174); }

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

border-color css

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

 span { border-color: rgb(127,89,174); }

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