Html Css Color HEX #7F4B99 Studio

📋 copy color: '#7F4B99'

red 127 ◦ green 75 ◦ blue 153

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

Shades of Studio #7F4B99

Tints of Studio #7F4B99

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.13%

 BLUE value IS 153 (60.16% from 255) = 43.1%

R = 35.77%
G = 21.13%
B = 43.1%

CMYK

 C value IS 0.17

 M value IS 0.51

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#7F4B99 (or 0x7F4B99) is known color: Studio. HEX triplet: 7F, 4B and 99. RGB value is (127,75,153). Sum of RGB (Red+Green+Blue) = 127+75+153=355 (47% of max value = 765). Red value is 127 (50% from 255 or 35.77% from 355); Green value is 75 (29.69% from 255 or 21.13% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #7F4B99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7F4B99 is #80B466. Grayscale: #636363. Windows color (decimal): -8434791 or 10046335. OLE color: 10046335.

HSL color Cylindrical-coordinate representation of color #7F4B99: hue angle of 280º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7F4B99 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 127 75 153 -
CMYK 0.17 0.51 0 0.4
HSL 280º 0.34% 0.45% -
HSV(B) 280º 0.51% 0.6% -
XYZ 17.02 11.84 31.53 -
YUV 99.44 158.23 147.66 -
System Red Green Blue C M Y K H S L
Decimal 127 75 153 0.17 0.51 0 0.4 280 0.34 0.45
Hex 7F 4B 99 11 33 0 28 118 22 2D
Octal 177 113 231 21 63 0 50 430 42 55
Binary 1111111 1001011 10011001 10001 110011 0 101000 100011000 100010 101101

Color Harmonies of #7F4B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F4B99

Black with #7F4B99

Text Example


Text Example

White with #7F4B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,75,153); }

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

background-color css

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

 a { background-color: rgb(127,75,153); }

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

border-color css

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

 span { border-color: rgb(127,75,153); }

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