Html Css Color HEX #7D51BA Studio

📋 copy color: '#7D51BA'

red 125 ◦ green 81 ◦ blue 186

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

Shades of Studio #7D51BA

Tints of Studio #7D51BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 31.89%
G = 20.66%
B = 47.45%

CMYK

 C value IS 0.33

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7D51BA (or 0x7D51BA) is known color: Studio. HEX triplet: 7D, 51 and BA. RGB value is (125,81,186). Sum of RGB (Red+Green+Blue) = 125+81+186=392 (51% of max value = 765). Red value is 125 (49.22% from 255 or 31.89% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D51BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D51BA is #82AE45. Grayscale: #696969. Windows color (decimal): -8564294 or 12210557. OLE color: 12210557.

HSL color Cylindrical-coordinate representation of color #7D51BA: hue angle of 265.14º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7D51BA is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 125 81 186 -
CMYK 0.33 0.56 0 0.27
HSL 265.14º 0.43% 0.52% -
HSV(B) 265.14º 0.56% 0.73% -
XYZ 20.26 13.79 48.05 -
YUV 106.13 173.08 141.46 -
System Red Green Blue C M Y K H S L
Decimal 125 81 186 0.33 0.56 0 0.27 265.14 0.43 0.52
Hex 7D 51 BA 21 38 0 1B 109 2B 34
Octal 175 121 272 41 70 0 33 411 53 64
Binary 1111101 1010001 10111010 100001 111000 0 11011 100001001 101011 110100

Color Harmonies of #7D51BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D51BA

Black with #7D51BA

Text Example


Text Example

White with #7D51BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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