Html Css Color HEX #7D57B6 Studio

📋 copy color: '#7D57B6'

red 125 ◦ green 87 ◦ blue 182

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

Shades of Studio #7D57B6

Tints of Studio #7D57B6

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.08%

 BLUE value IS 182 (71.48% from 255) = 46.19%

R = 31.73%
G = 22.08%
B = 46.19%

CMYK

 C value IS 0.31

 M value IS 0.52

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#7D57B6 (or 0x7D57B6) is known color: Studio. HEX triplet: 7D, 57 and B6. RGB value is (125,87,182). Sum of RGB (Red+Green+Blue) = 125+87+182=394 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.73% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 182 (71.48% from 255 or 46.19% from 394); Max value from RGB is 182 - color contains mainly: blue. Hex color #7D57B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D57B6 is #82A849. Grayscale: #6C6C6C. Windows color (decimal): -8562762 or 11949949. OLE color: 11949949.

HSL color Cylindrical-coordinate representation of color #7D57B6: hue angle of 264º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D57B6 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 125 87 182 -
CMYK 0.31 0.52 0 0.29
HSL 264º 0.39% 0.53% -
HSV(B) 264º 0.52% 0.71% -
XYZ 20.31 14.55 45.99 -
YUV 109.19 169.09 139.28 -
System Red Green Blue C M Y K H S L
Decimal 125 87 182 0.31 0.52 0 0.29 264 0.39 0.53
Hex 7D 57 B6 1F 34 0 1D 108 27 35
Octal 175 127 266 37 64 0 35 410 47 65
Binary 1111101 1010111 10110110 11111 110100 0 11101 100001000 100111 110101

Color Harmonies of #7D57B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D57B6

Black with #7D57B6

Text Example


Text Example

White with #7D57B6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,182); }

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

background-color css

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

 a { background-color: rgb(125,87,182); }

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

border-color css

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

 span { border-color: rgb(125,87,182); }

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