Html Css Color HEX #7D5BAE Studio

📋 copy color: '#7D5BAE'

red 125 ◦ green 91 ◦ blue 174

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

Shades of Studio #7D5BAE

Tints of Studio #7D5BAE

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.33%

 BLUE value IS 174 (68.36% from 255) = 44.62%

R = 32.05%
G = 23.33%
B = 44.62%

CMYK

 C value IS 0.28

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D5BAE (or 0x7D5BAE) is known color: Studio. HEX triplet: 7D, 5B and AE. RGB value is (125,91,174). Sum of RGB (Red+Green+Blue) = 125+91+174=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 174 (68.36% from 255 or 44.62% from 390); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D5BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5BAE is #82A451. Grayscale: #6E6E6E. Windows color (decimal): -8561746 or 11426685. OLE color: 11426685.

HSL color Cylindrical-coordinate representation of color #7D5BAE: hue angle of 264.58º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7D5BAE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 91 174 -
CMYK 0.28 0.48 0 0.32
HSL 264.58º 0.34% 0.52% -
HSV(B) 264.58º 0.48% 0.68% -
XYZ 19.84 14.9 41.87 -
YUV 110.63 163.76 138.25 -
System Red Green Blue C M Y K H S L
Decimal 125 91 174 0.28 0.48 0 0.32 264.58 0.34 0.52
Hex 7D 5B AE 1C 30 0 20 109 22 34
Octal 175 133 256 34 60 0 40 411 42 64
Binary 1111101 1011011 10101110 11100 110000 0 100000 100001001 100010 110100

Color Harmonies of #7D5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BAE

Black with #7D5BAE

Text Example


Text Example

White with #7D5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,91,174); }

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

background-color css

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

 a { background-color: rgb(125,91,174); }

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

border-color css

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

 span { border-color: rgb(125,91,174); }

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