Html Css Color HEX #7F5AAA Studio

📋 copy color: '#7F5AAA'

red 127 ◦ green 90 ◦ blue 170

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

Shades of Studio #7F5AAA

Tints of Studio #7F5AAA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.26%

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

R = 32.82%
G = 23.26%
B = 43.93%

CMYK

 C value IS 0.25

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7F5AAA (or 0x7F5AAA) is known color: Studio. HEX triplet: 7F, 5A and AA. RGB value is (127,90,170). Sum of RGB (Red+Green+Blue) = 127+90+170=387 (51% of max value = 765). Red value is 127 (50% from 255 or 32.82% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 170 - color contains mainly: blue. Hex color #7F5AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7F5AAA is #80A555. Grayscale: #6D6D6D. Windows color (decimal): -8430934 or 11164287. OLE color: 11164287.

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

Color convert

RGB 127 90 170 -
CMYK 0.25 0.47 0 0.33
HSL 267.75º 0.32% 0.51% -
HSV(B) 267.75º 0.47% 0.67% -
XYZ 19.66 14.73 39.84 -
YUV 110.18 161.76 140 -
System Red Green Blue C M Y K H S L
Decimal 127 90 170 0.25 0.47 0 0.33 267.75 0.32 0.51
Hex 7F 5A AA 19 2F 0 21 10C 20 33
Octal 177 132 252 31 57 0 41 414 40 63
Binary 1111111 1011010 10101010 11001 101111 0 100001 100001100 100000 110011

Color Harmonies of #7F5AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5AAA

Black with #7F5AAA

Text Example


Text Example

White with #7F5AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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