Html Css Color HEX #7D559A Studio

📋 copy color: '#7D559A'

red 125 ◦ green 85 ◦ blue 154

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

Shades of Studio #7D559A

Tints of Studio #7D559A

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.35%

 BLUE value IS 154 (60.55% from 255) = 42.31%

R = 34.34%
G = 23.35%
B = 42.31%

CMYK

 C value IS 0.19

 M value IS 0.45

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7D559A (or 0x7D559A) is known color: Studio. HEX triplet: 7D, 55 and 9A. RGB value is (125,85,154). Sum of RGB (Red+Green+Blue) = 125+85+154=364 (48% of max value = 765). Red value is 125 (49.22% from 255 or 34.34% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 154 (60.55% from 255 or 42.31% from 364); Max value from RGB is 154 - color contains mainly: blue. Hex color #7D559A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D559A is #82AA65. Grayscale: #686868. Windows color (decimal): -8563302 or 10114429. OLE color: 10114429.

HSL color Cylindrical-coordinate representation of color #7D559A: hue angle of 274.78º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D559A is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 125 85 154 -
CMYK 0.19 0.45 0 0.40
HSL 274.78º 0.29% 0.47% -
HSV(B) 274.78º 0.45% 0.6% -
XYZ 17.54 13.19 32.19 -
YUV 104.83 155.75 142.39 -
System Red Green Blue C M Y K H S L
Decimal 125 85 154 0.19 0.45 0 0.40 274.78 0.29 0.47
Hex 7D 55 9A 13 2D 0 28 113 1D 2F
Octal 175 125 232 23 55 0 50 423 35 57
Binary 1111101 1010101 10011010 10011 101101 0 101000 100010011 11101 101111

Color Harmonies of #7D559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D559A

Black with #7D559A

Text Example


Text Example

White with #7D559A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,85,154); }

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

background-color css

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

 a { background-color: rgb(125,85,154); }

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

border-color css

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

 span { border-color: rgb(125,85,154); }

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