Html Css Color HEX #7F50BF Studio

📋 copy color: '#7F50BF'

red 127 ◦ green 80 ◦ blue 191

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

Shades of Studio #7F50BF

Tints of Studio #7F50BF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.1%

 BLUE value IS 191 (75% from 255) = 47.99%

R = 31.91%
G = 20.1%
B = 47.99%

CMYK

 C value IS 0.34

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7F50BF (or 0x7F50BF) is known color: Studio. HEX triplet: 7F, 50 and BF. RGB value is (127,80,191). Sum of RGB (Red+Green+Blue) = 127+80+191=398 (52% of max value = 765). Red value is 127 (50% from 255 or 31.91% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 191 (75% from 255 or 47.99% from 398); Max value from RGB is 191 - color contains mainly: blue. Hex color #7F50BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50BF is #80AF40. Grayscale: #6A6A6A. Windows color (decimal): -8433473 or 12537983. OLE color: 12537983.

HSL color Cylindrical-coordinate representation of color #7F50BF: hue angle of 265.41º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F50BF is Cyan = 0.34, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 127 80 191 -
CMYK 0.34 0.58 0 0.25
HSL 265.41º 0.46% 0.53% -
HSV(B) 265.41º 0.58% 0.75% -
XYZ 21.03 14.01 50.89 -
YUV 106.71 175.57 142.47 -
System Red Green Blue C M Y K H S L
Decimal 127 80 191 0.34 0.58 0 0.25 265.41 0.46 0.53
Hex 7F 50 BF 22 3A 0 19 109 2E 35
Octal 177 120 277 42 72 0 31 411 56 65
Binary 1111111 1010000 10111111 100010 111010 0 11001 100001001 101110 110101

Color Harmonies of #7F50BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F50BF

Black with #7F50BF

Text Example


Text Example

White with #7F50BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,80,191); }

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

background-color css

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

 a { background-color: rgb(127,80,191); }

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

border-color css

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

 span { border-color: rgb(127,80,191); }

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