Html Css Color HEX #7D40A5 Studio

📋 copy color: '#7D40A5'

red 125 ◦ green 64 ◦ blue 165

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

Shades of Studio #7D40A5

Tints of Studio #7D40A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 46.61%

R = 35.31%
G = 18.08%
B = 46.61%

CMYK

 C value IS 0.24

 M value IS 0.61

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7D40A5 (or 0x7D40A5) is known color: Studio. HEX triplet: 7D, 40 and A5. RGB value is (125,64,165). Sum of RGB (Red+Green+Blue) = 125+64+165=354 (46% of max value = 765). Red value is 125 (49.22% from 255 or 35.31% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 165 (64.84% from 255 or 46.61% from 354); Max value from RGB is 165 - color contains mainly: blue. Hex color #7D40A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D40A5 is #82BF5A. Grayscale: #5D5D5D. Windows color (decimal): -8568667 or 10829949. OLE color: 10829949.

HSL color Cylindrical-coordinate representation of color #7D40A5: hue angle of 276.24º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7D40A5 is Cyan = 0.24, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 125 64 165 -
CMYK 0.24 0.61 0 0.35
HSL 276.24º 0.44% 0.45% -
HSV(B) 276.24º 0.61% 0.65% -
XYZ 17.08 10.74 36.77 -
YUV 93.75 168.21 150.29 -
System Red Green Blue C M Y K H S L
Decimal 125 64 165 0.24 0.61 0 0.35 276.24 0.44 0.45
Hex 7D 40 A5 18 3D 0 23 114 2C 2D
Octal 175 100 245 30 75 0 43 424 54 55
Binary 1111101 1000000 10100101 11000 111101 0 100011 100010100 101100 101101

Color Harmonies of #7D40A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D40A5

Black with #7D40A5

Text Example


Text Example

White with #7D40A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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