Html Css Color HEX #7F55AA Studio

📋 copy color: '#7F55AA'

red 127 ◦ green 85 ◦ blue 170

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

Shades of Studio #7F55AA

Tints of Studio #7F55AA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.25%

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

R = 33.25%
G = 22.25%
B = 44.5%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F55AA (or 0x7F55AA) is known color: Studio. HEX triplet: 7F, 55 and AA. RGB value is (127,85,170). Sum of RGB (Red+Green+Blue) = 127+85+170=382 (50% of max value = 765). Red value is 127 (50% from 255 or 33.25% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 170 (66.80% from 255 or 44.50% from 382); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F55AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F55AA is #80AA55. Grayscale: #6A6A6A. Windows color (decimal): -8432214 or 11163007. OLE color: 11163007.

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

Color convert

RGB 127 85 170 -
CMYK 0.25 0.50 0 0.33
HSL 269.65º 0.33% 0.5% -
HSV(B) 269.65º 0.5% 0.67% -
XYZ 19.26 13.91 39.7 -
YUV 107.25 163.41 142.09 -
System Red Green Blue C M Y K H S L
Decimal 127 85 170 0.25 0.50 0 0.33 269.65 0.33 0.5
Hex 7F 55 AA 19 32 0 21 10E 21 32
Octal 177 125 252 31 62 0 41 416 41 62
Binary 1111111 1010101 10101010 11001 110010 0 100001 100001110 100001 110010

Color Harmonies of #7F55AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F55AA

Black with #7F55AA

Text Example


Text Example

White with #7F55AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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