Html Css Color HEX #7F42AA Studio

📋 copy color: '#7F42AA'

red 127 ◦ green 66 ◦ blue 170

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

Shades of Studio #7F42AA

Tints of Studio #7F42AA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.18%

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

R = 34.99%
G = 18.18%
B = 46.83%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F42AA (or 0x7F42AA) is known color: Studio. HEX triplet: 7F, 42 and AA. RGB value is (127,66,170). Sum of RGB (Red+Green+Blue) = 127+66+170=363 (48% of max value = 765). Red value is 127 (50% from 255 or 34.99% from 363); Green value is 66 (26.17% from 255 or 18.18% from 363); Blue value is 170 (66.80% from 255 or 46.83% from 363); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F42AA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F42AA is #80BD55. Grayscale: #5F5F5F. Windows color (decimal): -8437078 or 11158143. OLE color: 11158143.

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

Color convert

RGB 127 66 170 -
CMYK 0.25 0.61 0 0.33
HSL 275.19º 0.44% 0.46% -
HSV(B) 275.19º 0.61% 0.67% -
XYZ 17.96 11.31 39.27 -
YUV 96.1 169.71 150.04 -
System Red Green Blue C M Y K H S L
Decimal 127 66 170 0.25 0.61 0 0.33 275.19 0.44 0.46
Hex 7F 42 AA 19 3D 0 21 113 2C 2E
Octal 177 102 252 31 75 0 41 423 54 56
Binary 1111111 1000010 10101010 11001 111101 0 100001 100010011 101100 101110

Color Harmonies of #7F42AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42AA

Black with #7F42AA

Text Example


Text Example

White with #7F42AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,66,170); }

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

background-color css

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

 a { background-color: rgb(127,66,170); }

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

border-color css

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

 span { border-color: rgb(127,66,170); }

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