Html Css Color HEX #7F579B Studio

📋 copy color: '#7F579B'

red 127 ◦ green 87 ◦ blue 155

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

Shades of Studio #7F579B

Tints of Studio #7F579B

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.58%

 BLUE value IS 155 (60.94% from 255) = 42.01%

R = 34.42%
G = 23.58%
B = 42.01%

CMYK

 C value IS 0.18

 M value IS 0.44

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F579B (or 0x7F579B) is known color: Studio. HEX triplet: 7F, 57 and 9B. RGB value is (127,87,155). Sum of RGB (Red+Green+Blue) = 127+87+155=369 (48% of max value = 765). Red value is 127 (50% from 255 or 34.42% from 369); Green value is 87 (34.38% from 255 or 23.58% from 369); Blue value is 155 (60.94% from 255 or 42.01% from 369); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F579B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F579B is #80A864. Grayscale: #6A6A6A. Windows color (decimal): -8431717 or 10180479. OLE color: 10180479.

HSL color Cylindrical-coordinate representation of color #7F579B: hue angle of 275.29º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7F579B is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 87 155 -
CMYK 0.18 0.44 0 0.39
HSL 275.29º 0.28% 0.47% -
HSV(B) 275.29º 0.44% 0.61% -
XYZ 18.08 13.69 32.7 -
YUV 106.71 155.25 142.47 -
System Red Green Blue C M Y K H S L
Decimal 127 87 155 0.18 0.44 0 0.39 275.29 0.28 0.47
Hex 7F 57 9B 12 2C 0 27 113 1C 2F
Octal 177 127 233 22 54 0 47 423 34 57
Binary 1111111 1010111 10011011 10010 101100 0 100111 100010011 11100 101111

Color Harmonies of #7F579B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F579B

Black with #7F579B

Text Example


Text Example

White with #7F579B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,87,155); }

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

background-color css

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

 a { background-color: rgb(127,87,155); }

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

border-color css

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

 span { border-color: rgb(127,87,155); }

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