Html Css Color HEX #7F41AB Studio

📋 copy color: '#7F41AB'

red 127 ◦ green 65 ◦ blue 171

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

Shades of Studio #7F41AB

Tints of Studio #7F41AB

RGB

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

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

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

R = 34.99%
G = 17.91%
B = 47.11%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F41AB (or 0x7F41AB) is known color: Studio. HEX triplet: 7F, 41 and AB. RGB value is (127,65,171). Sum of RGB (Red+Green+Blue) = 127+65+171=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 171 (67.19% from 255 or 47.11% from 363); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F41AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F41AB is #80BE54. Grayscale: #5F5F5F. Windows color (decimal): -8437333 or 11223423. OLE color: 11223423.

HSL color Cylindrical-coordinate representation of color #7F41AB: hue angle of 275.09º 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 #7F41AB is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 127 65 171 -
CMYK 0.26 0.62 0 0.33
HSL 275.09º 0.45% 0.46% -
HSV(B) 275.09º 0.62% 0.67% -
XYZ 17.99 11.23 39.75 -
YUV 95.62 170.54 150.38 -
System Red Green Blue C M Y K H S L
Decimal 127 65 171 0.26 0.62 0 0.33 275.09 0.45 0.46
Hex 7F 41 AB 1A 3E 0 21 113 2D 2E
Octal 177 101 253 32 76 0 41 423 55 56
Binary 1111111 1000001 10101011 11010 111110 0 100001 100010011 101101 101110

Color Harmonies of #7F41AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F41AB

Black with #7F41AB

Text Example


Text Example

White with #7F41AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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