Html Css Color HEX #7D4F9E Studio

📋 copy color: '#7D4F9E'

red 125 ◦ green 79 ◦ blue 158

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

Shades of Studio #7D4F9E

Tints of Studio #7D4F9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 43.65%

R = 34.53%
G = 21.82%
B = 43.65%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D4F9E (or 0x7D4F9E) is known color: Studio. HEX triplet: 7D, 4F and 9E. RGB value is (125,79,158). Sum of RGB (Red+Green+Blue) = 125+79+158=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 79 (31.25% from 255 or 21.82% from 362); Blue value is 158 (62.11% from 255 or 43.65% from 362); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D4F9E is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D4F9E is #82B061. Grayscale: #656565. Windows color (decimal): -8564834 or 10375037. OLE color: 10375037.

HSL color Cylindrical-coordinate representation of color #7D4F9E: hue angle of 274.94º 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 #7D4F9E is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 79 158 -
CMYK 0.21 0.50 0 0.38
HSL 274.94º 0.33% 0.46% -
HSV(B) 274.94º 0.5% 0.62% -
XYZ 17.42 12.42 33.83 -
YUV 101.76 159.74 144.58 -
System Red Green Blue C M Y K H S L
Decimal 125 79 158 0.21 0.50 0 0.38 274.94 0.33 0.46
Hex 7D 4F 9E 15 32 0 26 113 21 2E
Octal 175 117 236 25 62 0 46 423 41 56
Binary 1111101 1001111 10011110 10101 110010 0 100110 100010011 100001 101110

Color Harmonies of #7D4F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4F9E

Black with #7D4F9E

Text Example


Text Example

White with #7D4F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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