Html Css Color HEX #7F489F Studio

📋 copy color: '#7F489F'

red 127 ◦ green 72 ◦ blue 159

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

Shades of Studio #7F489F

Tints of Studio #7F489F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.11%

 BLUE value IS 159 (62.5% from 255) = 44.41%

R = 35.47%
G = 20.11%
B = 44.41%

CMYK

 C value IS 0.20

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F489F (or 0x7F489F) is known color: Studio. HEX triplet: 7F, 48 and 9F. RGB value is (127,72,159). Sum of RGB (Red+Green+Blue) = 127+72+159=358 (47% of max value = 765). Red value is 127 (50% from 255 or 35.47% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #7F489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F489F is #80B760. Grayscale: #626262. Windows color (decimal): -8435553 or 10438783. OLE color: 10438783.

HSL color Cylindrical-coordinate representation of color #7F489F: hue angle of 277.93º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F489F is Cyan = 0.20, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 72 159 -
CMYK 0.20 0.55 0 0.38
HSL 277.93º 0.38% 0.45% -
HSV(B) 277.93º 0.55% 0.62% -
XYZ 17.33 11.65 34.14 -
YUV 98.36 162.22 148.43 -
System Red Green Blue C M Y K H S L
Decimal 127 72 159 0.20 0.55 0 0.38 277.93 0.38 0.45
Hex 7F 48 9F 14 37 0 26 116 26 2D
Octal 177 110 237 24 67 0 46 426 46 55
Binary 1111111 1001000 10011111 10100 110111 0 100110 100010110 100110 101101

Color Harmonies of #7F489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F489F

Black with #7F489F

Text Example


Text Example

White with #7F489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,72,159); }

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

background-color css

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

 a { background-color: rgb(127,72,159); }

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

border-color css

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

 span { border-color: rgb(127,72,159); }

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