Html Css Color HEX #7D5CAA Studio

📋 copy color: '#7D5CAA'

red 125 ◦ green 92 ◦ blue 170

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

Shades of Studio #7D5CAA

Tints of Studio #7D5CAA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 170 (66.8% from 255) = 43.93%

R = 32.3%
G = 23.77%
B = 43.93%

CMYK

 C value IS 0.26

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D5CAA (or 0x7D5CAA) is known color: Studio. HEX triplet: 7D, 5C and AA. RGB value is (125,92,170). Sum of RGB (Red+Green+Blue) = 125+92+170=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D5CAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5CAA is #82A355. Grayscale: #6E6E6E. Windows color (decimal): -8561494 or 11164797. OLE color: 11164797.

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

Color convert

RGB 125 92 170 -
CMYK 0.26 0.46 0 0.33
HSL 265.38º 0.31% 0.51% -
HSV(B) 265.38º 0.46% 0.67% -
XYZ 19.54 14.92 39.88 -
YUV 110.76 161.43 138.16 -
System Red Green Blue C M Y K H S L
Decimal 125 92 170 0.26 0.46 0 0.33 265.38 0.31 0.51
Hex 7D 5C AA 1A 2E 0 21 109 1F 33
Octal 175 134 252 32 56 0 41 411 37 63
Binary 1111101 1011100 10101010 11010 101110 0 100001 100001001 11111 110011

Color Harmonies of #7D5CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5CAA

Black with #7D5CAA

Text Example


Text Example

White with #7D5CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,92,170); }

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

background-color css

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

 a { background-color: rgb(125,92,170); }

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

border-color css

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

 span { border-color: rgb(125,92,170); }

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