Html Css Color HEX #7D41AC Studio

📋 copy color: '#7D41AC'

red 125 ◦ green 65 ◦ blue 172

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

Shades of Studio #7D41AC

Tints of Studio #7D41AC

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.96%

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 34.53%
G = 17.96%
B = 47.51%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D41AC (or 0x7D41AC) is known color: Studio. HEX triplet: 7D, 41 and AC. RGB value is (125,65,172). Sum of RGB (Red+Green+Blue) = 125+65+172=362 (47% of max value = 765). Red value is 125 (49.22% from 255 or 34.53% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D41AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D41AC is #82BE53. Grayscale: #5E5E5E. Windows color (decimal): -8568404 or 11288957. OLE color: 11288957.

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

Color convert

RGB 125 65 172 -
CMYK 0.27 0.62 0 0.33
HSL 273.64º 0.45% 0.46% -
HSV(B) 273.64º 0.62% 0.67% -
XYZ 17.79 11.12 40.24 -
YUV 95.14 171.38 149.3 -
System Red Green Blue C M Y K H S L
Decimal 125 65 172 0.27 0.62 0 0.33 273.64 0.45 0.46
Hex 7D 41 AC 1B 3E 0 21 112 2D 2E
Octal 175 101 254 33 76 0 41 422 55 56
Binary 1111101 1000001 10101100 11011 111110 0 100001 100010010 101101 101110

Color Harmonies of #7D41AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D41AC

Black with #7D41AC

Text Example


Text Example

White with #7D41AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,65,172); }

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

background-color css

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

 a { background-color: rgb(125,65,172); }

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

border-color css

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

 span { border-color: rgb(125,65,172); }

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