Html Css Color HEX #7F41AD Studio

📋 copy color: '#7F41AD'

red 127 ◦ green 65 ◦ blue 173

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

Shades of Studio #7F41AD

Tints of Studio #7F41AD

RGB

 RED value IS 127 (50% from 255) = 34.79%

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

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 34.79%
G = 17.81%
B = 47.4%

CMYK

 C value IS 0.27

 M value IS 0.62

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7F41AD (or 0x7F41AD) is known color: Studio. HEX triplet: 7F, 41 and AD. RGB value is (127,65,173). Sum of RGB (Red+Green+Blue) = 127+65+173=365 (48% of max value = 765). Red value is 127 (50% from 255 or 34.79% from 365); Green value is 65 (25.78% from 255 or 17.81% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #7F41AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F41AD is #80BE52. Grayscale: #5F5F5F. Windows color (decimal): -8437331 or 11354495. OLE color: 11354495.

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

Color convert

RGB 127 65 173 -
CMYK 0.27 0.62 0 0.32
HSL 274.44º 0.45% 0.47% -
HSV(B) 274.44º 0.62% 0.68% -
XYZ 18.19 11.31 40.76 -
YUV 95.85 171.54 150.22 -
System Red Green Blue C M Y K H S L
Decimal 127 65 173 0.27 0.62 0 0.32 274.44 0.45 0.47
Hex 7F 41 AD 1B 3E 0 20 112 2D 2F
Octal 177 101 255 33 76 0 40 422 55 57
Binary 1111111 1000001 10101101 11011 111110 0 100000 100010010 101101 101111

Color Harmonies of #7F41AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F41AD

Black with #7F41AD

Text Example


Text Example

White with #7F41AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,65,173); }

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

background-color css

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

 a { background-color: rgb(127,65,173); }

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

border-color css

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

 span { border-color: rgb(127,65,173); }

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