Html Css Color HEX #7D4AB9 Studio

📋 copy color: '#7D4AB9'

red 125 ◦ green 74 ◦ blue 185

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

Shades of Studio #7D4AB9

Tints of Studio #7D4AB9

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

 BLUE value IS 185 (72.66% from 255) = 48.18%

R = 32.55%
G = 19.27%
B = 48.18%

CMYK

 C value IS 0.32

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D4AB9 (or 0x7D4AB9) is known color: Studio. HEX triplet: 7D, 4A and B9. RGB value is (125,74,185). Sum of RGB (Red+Green+Blue) = 125+74+185=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 185 (72.66% from 255 or 48.18% from 384); Max value from RGB is 185 - color contains mainly: blue. Hex color #7D4AB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D4AB9 is #82B546. Grayscale: #656565. Windows color (decimal): -8566087 or 12143229. OLE color: 12143229.

HSL color Cylindrical-coordinate representation of color #7D4AB9: hue angle of 267.57º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7D4AB9 is Cyan = 0.32, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 74 185 -
CMYK 0.32 0.6 0 0.27
HSL 267.57º 0.44% 0.51% -
HSV(B) 267.57º 0.6% 0.73% -
XYZ 19.66 12.76 47.33 -
YUV 101.9 174.9 144.47 -
System Red Green Blue C M Y K H S L
Decimal 125 74 185 0.32 0.6 0 0.27 267.57 0.44 0.51
Hex 7D 4A B9 20 3C 0 1B 10C 2C 33
Octal 175 112 271 40 74 0 33 414 54 63
Binary 1111101 1001010 10111001 100000 111100 0 11011 100001100 101100 110011

Color Harmonies of #7D4AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AB9

Black with #7D4AB9

Text Example


Text Example

White with #7D4AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,74,185); }

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

background-color css

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

 a { background-color: rgb(125,74,185); }

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

border-color css

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

 span { border-color: rgb(125,74,185); }

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