Html Css Color HEX #7F50BD Studio

📋 copy color: '#7F50BD'

red 127 ◦ green 80 ◦ blue 189

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

Shades of Studio #7F50BD

Tints of Studio #7F50BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.73%

R = 32.07%
G = 20.2%
B = 47.73%

CMYK

 C value IS 0.33

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7F50BD (or 0x7F50BD) is known color: Studio. HEX triplet: 7F, 50 and BD. RGB value is (127,80,189). Sum of RGB (Red+Green+Blue) = 127+80+189=396 (52% of max value = 765). Red value is 127 (50% from 255 or 32.07% from 396); Green value is 80 (31.64% from 255 or 20.20% from 396); Blue value is 189 (74.22% from 255 or 47.73% from 396); Max value from RGB is 189 - color contains mainly: blue. Hex color #7F50BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F50BD is #80AF42. Grayscale: #6A6A6A. Windows color (decimal): -8433475 or 12406911. OLE color: 12406911.

HSL color Cylindrical-coordinate representation of color #7F50BD: hue angle of 265.87º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7F50BD is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 127 80 189 -
CMYK 0.33 0.58 0 0.26
HSL 265.87º 0.45% 0.53% -
HSV(B) 265.87º 0.58% 0.74% -
XYZ 20.81 13.92 49.74 -
YUV 106.48 174.57 142.64 -
System Red Green Blue C M Y K H S L
Decimal 127 80 189 0.33 0.58 0 0.26 265.87 0.45 0.53
Hex 7F 50 BD 21 3A 0 1A 10A 2D 35
Octal 177 120 275 41 72 0 32 412 55 65
Binary 1111111 1010000 10111101 100001 111010 0 11010 100001010 101101 110101

Color Harmonies of #7F50BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F50BD

Black with #7F50BD

Text Example


Text Example

White with #7F50BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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