Html Css Color HEX #7D599F Studio

📋 copy color: '#7D599F'

red 125 ◦ green 89 ◦ blue 159

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

Shades of Studio #7D599F

Tints of Studio #7D599F

RGB

 RED value IS 125 (49.22% from 255) = 33.51%

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

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

R = 33.51%
G = 23.86%
B = 42.63%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D599F (or 0x7D599F) is known color: Studio. HEX triplet: 7D, 59 and 9F. RGB value is (125,89,159). Sum of RGB (Red+Green+Blue) = 125+89+159=373 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.51% from 373); Green value is 89 (35.16% from 255 or 23.86% from 373); Blue value is 159 (62.5% from 255 or 42.63% from 373); Max value from RGB is 159 - color contains mainly: blue. Hex color #7D599F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D599F is #82A660. Grayscale: #6B6B6B. Windows color (decimal): -8562273 or 10443133. OLE color: 10443133.

HSL color Cylindrical-coordinate representation of color #7D599F: hue angle of 270.86º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D599F is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 89 159 -
CMYK 0.21 0.44 0 0.38
HSL 270.86º 0.28% 0.49% -
HSV(B) 270.86º 0.44% 0.62% -
XYZ 18.29 14.01 34.54 -
YUV 107.74 156.93 140.31 -
System Red Green Blue C M Y K H S L
Decimal 125 89 159 0.21 0.44 0 0.38 270.86 0.28 0.49
Hex 7D 59 9F 15 2C 0 26 10F 1C 31
Octal 175 131 237 25 54 0 46 417 34 61
Binary 1111101 1011001 10011111 10101 101100 0 100110 100001111 11100 110001

Color Harmonies of #7D599F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D599F

Black with #7D599F

Text Example


Text Example

White with #7D599F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,89,159); }

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

background-color css

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

 a { background-color: rgb(125,89,159); }

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

border-color css

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

 span { border-color: rgb(125,89,159); }

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