Html Css Color HEX #7C51BB Studio

📋 copy color: '#7C51BB'

red 124 ◦ green 81 ◦ blue 187

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

Shades of Studio #7C51BB

Tints of Studio #7C51BB

RGB

 RED value IS 124 (48.83% from 255) = 31.63%

 GREEN value IS 81 (32.03% from 255) = 20.66%

 BLUE value IS 187 (73.44% from 255) = 47.7%

R = 31.63%
G = 20.66%
B = 47.7%

CMYK

 C value IS 0.34

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C51BB (or 0x7C51BB) is known color: Studio. HEX triplet: 7C, 51 and BB. RGB value is (124,81,187). Sum of RGB (Red+Green+Blue) = 124+81+187=392 (51% of max value = 765). Red value is 124 (48.83% from 255 or 31.63% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C51BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C51BB is #83AE44. Grayscale: #696969. Windows color (decimal): -8629829 or 12276092. OLE color: 12276092.

HSL color Cylindrical-coordinate representation of color #7C51BB: hue angle of 264.34º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #7C51BB is Cyan = 0.34, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 81 187 -
CMYK 0.34 0.57 0 0.27
HSL 264.34º 0.44% 0.53% -
HSV(B) 264.34º 0.57% 0.73% -
XYZ 20.22 13.76 48.6 -
YUV 105.94 173.75 140.88 -
System Red Green Blue C M Y K H S L
Decimal 124 81 187 0.34 0.57 0 0.27 264.34 0.44 0.53
Hex 7C 51 BB 22 39 0 1B 108 2C 35
Octal 174 121 273 42 71 0 33 410 54 65
Binary 1111100 1010001 10111011 100010 111001 0 11011 100001000 101100 110101

Color Harmonies of #7C51BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C51BB

Black with #7C51BB

Text Example


Text Example

White with #7C51BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,81,187); }

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

background-color css

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

 a { background-color: rgb(124,81,187); }

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

border-color css

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

 span { border-color: rgb(124,81,187); }

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