Html Css Color HEX #7D5AAB Studio

📋 copy color: '#7D5AAB'

red 125 ◦ green 90 ◦ blue 171

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

Shades of Studio #7D5AAB

Tints of Studio #7D5AAB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.32%

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

R = 32.38%
G = 23.32%
B = 44.3%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D5AAB (or 0x7D5AAB) is known color: Studio. HEX triplet: 7D, 5A and AB. RGB value is (125,90,171). Sum of RGB (Red+Green+Blue) = 125+90+171=386 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.38% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 171 (67.19% from 255 or 44.30% from 386); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D5AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5AAB is #82A554. Grayscale: #6D6D6D. Windows color (decimal): -8562005 or 11229821. OLE color: 11229821.

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

Color convert

RGB 125 90 171 -
CMYK 0.27 0.47 0 0.33
HSL 265.93º 0.33% 0.51% -
HSV(B) 265.93º 0.47% 0.67% -
XYZ 19.46 14.61 40.32 -
YUV 109.7 162.6 138.91 -
System Red Green Blue C M Y K H S L
Decimal 125 90 171 0.27 0.47 0 0.33 265.93 0.33 0.51
Hex 7D 5A AB 1B 2F 0 21 10A 21 33
Octal 175 132 253 33 57 0 41 412 41 63
Binary 1111101 1011010 10101011 11011 101111 0 100001 100001010 100001 110011

Color Harmonies of #7D5AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5AAB

Black with #7D5AAB

Text Example


Text Example

White with #7D5AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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