Html Css Color HEX #7D4AAB Studio

📋 copy color: '#7D4AAB'

red 125 ◦ green 74 ◦ blue 171

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

Shades of Studio #7D4AAB

Tints of Studio #7D4AAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 46.22%

R = 33.78%
G = 20%
B = 46.22%

CMYK

 C value IS 0.27

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D4AAB (or 0x7D4AAB) is known color: Studio. HEX triplet: 7D, 4A and AB. RGB value is (125,74,171). Sum of RGB (Red+Green+Blue) = 125+74+171=370 (49% of max value = 765). Red value is 125 (49.22% from 255 or 33.78% from 370); Green value is 74 (29.30% from 255 or 20% from 370); Blue value is 171 (67.19% from 255 or 46.22% from 370); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D4AAB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D4AAB is #82B554. Grayscale: #636363. Windows color (decimal): -8566101 or 11225725. OLE color: 11225725.

HSL color Cylindrical-coordinate representation of color #7D4AAB: hue angle of 271.55º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7D4AAB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 74 171 -
CMYK 0.27 0.57 0 0.33
HSL 271.55º 0.4% 0.48% -
HSV(B) 271.55º 0.57% 0.67% -
XYZ 18.26 12.2 39.92 -
YUV 100.31 167.9 145.61 -
System Red Green Blue C M Y K H S L
Decimal 125 74 171 0.27 0.57 0 0.33 271.55 0.4 0.48
Hex 7D 4A AB 1B 39 0 21 110 28 30
Octal 175 112 253 33 71 0 41 420 50 60
Binary 1111101 1001010 10101011 11011 111001 0 100001 100010000 101000 110000

Color Harmonies of #7D4AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D4AAB

Black with #7D4AAB

Text Example


Text Example

White with #7D4AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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