Html Css Color HEX #7F42AB Studio

📋 copy color: '#7F42AB'

red 127 ◦ green 66 ◦ blue 171

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

Shades of Studio #7F42AB

Tints of Studio #7F42AB

RGB

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

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

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

R = 34.89%
G = 18.13%
B = 46.98%

CMYK

 C value IS 0.26

 M value IS 0.61

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F42AB (or 0x7F42AB) is known color: Studio. HEX triplet: 7F, 42 and AB. RGB value is (127,66,171). Sum of RGB (Red+Green+Blue) = 127+66+171=364 (48% of max value = 765). Red value is 127 (50% from 255 or 34.89% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 171 (67.19% from 255 or 46.98% from 364); Max value from RGB is 171 - color contains mainly: blue. Hex color #7F42AB is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F42AB is #80BD54. Grayscale: #5F5F5F. Windows color (decimal): -8437077 or 11223679. OLE color: 11223679.

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

Color convert

RGB 127 66 171 -
CMYK 0.26 0.61 0 0.33
HSL 274.86º 0.44% 0.46% -
HSV(B) 274.86º 0.61% 0.67% -
XYZ 18.05 11.35 39.77 -
YUV 96.21 170.21 149.96 -
System Red Green Blue C M Y K H S L
Decimal 127 66 171 0.26 0.61 0 0.33 274.86 0.44 0.46
Hex 7F 42 AB 1A 3D 0 21 113 2C 2E
Octal 177 102 253 32 75 0 41 423 54 56
Binary 1111111 1000010 10101011 11010 111101 0 100001 100010011 101100 101110

Color Harmonies of #7F42AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F42AB

Black with #7F42AB

Text Example


Text Example

White with #7F42AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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