Html Css Color HEX #7D409E Studio

📋 copy color: '#7D409E'

red 125 ◦ green 64 ◦ blue 158

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

Shades of Studio #7D409E

Tints of Studio #7D409E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.44%

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

R = 36.02%
G = 18.44%
B = 45.53%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D409E (or 0x7D409E) is known color: Studio. HEX triplet: 7D, 40 and 9E. RGB value is (125,64,158). Sum of RGB (Red+Green+Blue) = 125+64+158=347 (45% of max value = 765). Red value is 125 (49.22% from 255 or 36.02% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 158 (62.11% from 255 or 45.53% from 347); Max value from RGB is 158 - color contains mainly: blue. Hex color #7D409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D409E is #82BF61. Grayscale: #5C5C5C. Windows color (decimal): -8568674 or 10371197. OLE color: 10371197.

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

Color convert

RGB 125 64 158 -
CMYK 0.21 0.59 0 0.38
HSL 278.94º 0.42% 0.44% -
HSV(B) 278.94º 0.59% 0.62% -
XYZ 16.46 10.5 33.51 -
YUV 92.96 164.71 150.86 -
System Red Green Blue C M Y K H S L
Decimal 125 64 158 0.21 0.59 0 0.38 278.94 0.42 0.44
Hex 7D 40 9E 15 3B 0 26 117 2A 2C
Octal 175 100 236 25 73 0 46 427 52 54
Binary 1111101 1000000 10011110 10101 111011 0 100110 100010111 101010 101100

Color Harmonies of #7D409E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D409E

Black with #7D409E

Text Example


Text Example

White with #7D409E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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