Html Css Color HEX #7B47BE Studio

📋 copy color: '#7B47BE'

red 123 ◦ green 71 ◦ blue 190

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

Shades of Studio #7B47BE

Tints of Studio #7B47BE

RGB

 RED value IS 123 (48.44% from 255) = 32.03%

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

 BLUE value IS 190 (74.61% from 255) = 49.48%

R = 32.03%
G = 18.49%
B = 49.48%

CMYK

 C value IS 0.35

 M value IS 0.63

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7B47BE (or 0x7B47BE) is known color: Studio. HEX triplet: 7B, 47 and BE. RGB value is (123,71,190). Sum of RGB (Red+Green+Blue) = 123+71+190=384 (50% of max value = 765). Red value is 123 (48.44% from 255 or 32.03% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 190 (74.61% from 255 or 49.48% from 384); Max value from RGB is 190 - color contains mainly: blue. Hex color #7B47BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7B47BE is #84B841. Grayscale: #636363. Windows color (decimal): -8697922 or 12470139. OLE color: 12470139.

HSL color Cylindrical-coordinate representation of color #7B47BE: hue angle of 266.22º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B47BE is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 123 71 190 -
CMYK 0.35 0.63 0 0.25
HSL 266.22º 0.48% 0.51% -
HSV(B) 266.22º 0.63% 0.75% -
XYZ 19.72 12.44 50.08 -
YUV 100.11 178.73 144.32 -
System Red Green Blue C M Y K H S L
Decimal 123 71 190 0.35 0.63 0 0.25 266.22 0.48 0.51
Hex 7B 47 BE 23 3F 0 19 10A 30 33
Octal 173 107 276 43 77 0 31 412 60 63
Binary 1111011 1000111 10111110 100011 111111 0 11001 100001010 110000 110011

Color Harmonies of #7B47BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B47BE

Black with #7B47BE

Text Example


Text Example

White with #7B47BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,71,190); }

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

background-color css

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

 a { background-color: rgb(123,71,190); }

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

border-color css

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

 span { border-color: rgb(123,71,190); }

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