Html Css Color HEX #7D47BC Studio

📋 copy color: '#7D47BC'

red 125 ◦ green 71 ◦ blue 188

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

Shades of Studio #7D47BC

Tints of Studio #7D47BC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.49%

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 32.55%
G = 18.49%
B = 48.96%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7D47BC (or 0x7D47BC) is known color: Studio. HEX triplet: 7D, 47 and BC. RGB value is (125,71,188). Sum of RGB (Red+Green+Blue) = 125+71+188=384 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.55% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #7D47BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7D47BC is #82B843. Grayscale: #646464. Windows color (decimal): -8566852 or 12339069. OLE color: 12339069.

HSL color Cylindrical-coordinate representation of color #7D47BC: hue angle of 267.69º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D47BC is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 125 71 188 -
CMYK 0.34 0.62 0 0.26
HSL 267.69º 0.47% 0.51% -
HSV(B) 267.69º 0.62% 0.74% -
XYZ 19.79 12.5 48.95 -
YUV 100.48 177.39 145.49 -
System Red Green Blue C M Y K H S L
Decimal 125 71 188 0.34 0.62 0 0.26 267.69 0.47 0.51
Hex 7D 47 BC 22 3E 0 1A 10C 2F 33
Octal 175 107 274 42 76 0 32 414 57 63
Binary 1111101 1000111 10111100 100010 111110 0 11010 100001100 101111 110011

Color Harmonies of #7D47BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D47BC

Black with #7D47BC

Text Example


Text Example

White with #7D47BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,71,188); }

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

background-color css

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

 a { background-color: rgb(125,71,188); }

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

border-color css

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

 span { border-color: rgb(125,71,188); }

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