Html Css Color HEX #7D5A9D Studio

📋 copy color: '#7D5A9D'

red 125 ◦ green 90 ◦ blue 157

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

Shades of Studio #7D5A9D

Tints of Studio #7D5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.19%

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 33.6%
G = 24.19%
B = 42.2%

CMYK

 C value IS 0.20

 M value IS 0.43

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D5A9D (or 0x7D5A9D) is known color: Studio. HEX triplet: 7D, 5A and 9D. RGB value is (125,90,157). Sum of RGB (Red+Green+Blue) = 125+90+157=372 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.60% from 372); Green value is 90 (35.55% from 255 or 24.19% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D5A9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5A9D is #82A562. Grayscale: #6B6B6B. Windows color (decimal): -8562019 or 10312317. OLE color: 10312317.

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

Color convert

RGB 125 90 157 -
CMYK 0.20 0.43 0 0.38
HSL 271.34º 0.27% 0.48% -
HSV(B) 271.34º 0.43% 0.62% -
XYZ 18.2 14.11 33.66 -
YUV 108.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 125 90 157 0.20 0.43 0 0.38 271.34 0.27 0.48
Hex 7D 5A 9D 14 2B 0 26 10F 1B 30
Octal 175 132 235 24 53 0 46 417 33 60
Binary 1111101 1011010 10011101 10100 101011 0 100110 100001111 11011 110000

Color Harmonies of #7D5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5A9D

Black with #7D5A9D

Text Example


Text Example

White with #7D5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,90,157); }

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

background-color css

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

 a { background-color: rgb(125,90,157); }

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

border-color css

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

 span { border-color: rgb(125,90,157); }

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