Html Css Color HEX #7D51BB Studio

📋 copy color: '#7D51BB'

red 125 ◦ green 81 ◦ blue 187

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

Shades of Studio #7D51BB

Tints of Studio #7D51BB

RGB

 RED value IS 125 (49.22% from 255) = 31.81%

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

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

R = 31.81%
G = 20.61%
B = 47.58%

CMYK

 C value IS 0.33

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D51BB (or 0x7D51BB) is known color: Studio. HEX triplet: 7D, 51 and BB. RGB value is (125,81,187). Sum of RGB (Red+Green+Blue) = 125+81+187=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 81 (32.03% from 255 or 20.61% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #7D51BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51BB is #82AE44. Grayscale: #696969. Windows color (decimal): -8564293 or 12276093. OLE color: 12276093.

HSL color Cylindrical-coordinate representation of color #7D51BB: hue angle of 264.91º 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 #7D51BB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 81 187 -
CMYK 0.33 0.57 0 0.27
HSL 264.91º 0.44% 0.53% -
HSV(B) 264.91º 0.57% 0.73% -
XYZ 20.37 13.83 48.61 -
YUV 106.24 173.58 141.38 -
System Red Green Blue C M Y K H S L
Decimal 125 81 187 0.33 0.57 0 0.27 264.91 0.44 0.53
Hex 7D 51 BB 21 39 0 1B 109 2C 35
Octal 175 121 273 41 71 0 33 411 54 65
Binary 1111101 1010001 10111011 100001 111001 0 11011 100001001 101100 110101

Color Harmonies of #7D51BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D51BB

Black with #7D51BB

Text Example


Text Example

White with #7D51BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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