Html Css Color HEX #7D5BAB Studio

📋 copy color: '#7D5BAB'

red 125 ◦ green 91 ◦ blue 171

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

Shades of Studio #7D5BAB

Tints of Studio #7D5BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 32.3%
G = 23.51%
B = 44.19%

CMYK

 C value IS 0.27

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D5BAB (or 0x7D5BAB) is known color: Studio. HEX triplet: 7D, 5B and AB. RGB value is (125,91,171). Sum of RGB (Red+Green+Blue) = 125+91+171=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 171 - color contains mainly: blue. Hex color #7D5BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7D5BAB is #82A454. Grayscale: #6E6E6E. Windows color (decimal): -8561749 or 11230077. OLE color: 11230077.

HSL color Cylindrical-coordinate representation of color #7D5BAB: hue angle of 265.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7D5BAB is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 91 171 -
CMYK 0.27 0.47 0 0.33
HSL 265.5º 0.32% 0.51% -
HSV(B) 265.5º 0.47% 0.67% -
XYZ 19.55 14.78 40.35 -
YUV 110.29 162.26 138.5 -
System Red Green Blue C M Y K H S L
Decimal 125 91 171 0.27 0.47 0 0.33 265.5 0.32 0.51
Hex 7D 5B AB 1B 2F 0 21 10A 20 33
Octal 175 133 253 33 57 0 41 412 40 63
Binary 1111101 1011011 10101011 11011 101111 0 100001 100001010 100000 110011

Color Harmonies of #7D5BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5BAB

Black with #7D5BAB

Text Example


Text Example

White with #7D5BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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