Html Css Color HEX #7D4F9D Studio

📋 copy color: '#7D4F9D'

red 125 ◦ green 79 ◦ blue 157

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

Shades of Studio #7D4F9D

Tints of Studio #7D4F9D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.88%

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

R = 34.63%
G = 21.88%
B = 43.49%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D4F9D (or 0x7D4F9D) is known color: Studio. HEX triplet: 7D, 4F and 9D. RGB value is (125,79,157). Sum of RGB (Red+Green+Blue) = 125+79+157=361 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.63% from 361); Green value is 79 (31.25% from 255 or 21.88% from 361); Blue value is 157 (61.72% from 255 or 43.49% from 361); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D4F9D is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4F9D is #82B062. Grayscale: #656565. Windows color (decimal): -8564835 or 10309501. OLE color: 10309501.

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

Color convert

RGB 125 79 157 -
CMYK 0.20 0.50 0 0.38
HSL 275.38º 0.33% 0.46% -
HSV(B) 275.38º 0.5% 0.62% -
XYZ 17.34 12.39 33.38 -
YUV 101.65 159.24 144.66 -
System Red Green Blue C M Y K H S L
Decimal 125 79 157 0.20 0.50 0 0.38 275.38 0.33 0.46
Hex 7D 4F 9D 14 32 0 26 113 21 2E
Octal 175 117 235 24 62 0 46 423 41 56
Binary 1111101 1001111 10011101 10100 110010 0 100110 100010011 100001 101110

Color Harmonies of #7D4F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F9D

Black with #7D4F9D

Text Example


Text Example

White with #7D4F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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