Html Css Color HEX #7D3CAA Studio

📋 copy color: '#7D3CAA'

red 125 ◦ green 60 ◦ blue 170

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

Shades of Studio #7D3CAA

Tints of Studio #7D3CAA

RGB

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

 GREEN value IS 60 (23.83% from 255) = 16.9%

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

R = 35.21%
G = 16.9%
B = 47.89%

CMYK

 C value IS 0.26

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D3CAA (or 0x7D3CAA) is known color: Studio. HEX triplet: 7D, 3C and AA. RGB value is (125,60,170). Sum of RGB (Red+Green+Blue) = 125+60+170=355 (47% of max value = 765). Red value is 125 (49.22% from 255 or 35.21% from 355); Green value is 60 (23.83% from 255 or 16.90% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D3CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D3CAA is #82C355. Grayscale: #5B5B5B. Windows color (decimal): -8569686 or 11156605. OLE color: 11156605.

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

Color convert

RGB 125 60 170 -
CMYK 0.26 0.65 0 0.33
HSL 275.45º 0.48% 0.45% -
HSV(B) 275.45º 0.65% 0.67% -
XYZ 17.33 10.49 39.14 -
YUV 91.98 172.03 151.56 -
System Red Green Blue C M Y K H S L
Decimal 125 60 170 0.26 0.65 0 0.33 275.45 0.48 0.45
Hex 7D 3C AA 1A 41 0 21 113 30 2D
Octal 175 74 252 32 101 0 41 423 60 55
Binary 1111101 111100 10101010 11010 1000001 0 100001 100010011 110000 101101

Color Harmonies of #7D3CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D3CAA

Black with #7D3CAA

Text Example


Text Example

White with #7D3CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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