Html Css Color HEX #7C47BB Studio

📋 copy color: '#7C47BB'

red 124 ◦ green 71 ◦ blue 187

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

Shades of Studio #7C47BB

Tints of Studio #7C47BB

RGB

 RED value IS 124 (48.83% from 255) = 32.46%

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

 BLUE value IS 187 (73.44% from 255) = 48.95%

R = 32.46%
G = 18.59%
B = 48.95%

CMYK

 C value IS 0.34

 M value IS 0.62

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C47BB (or 0x7C47BB) is known color: Studio. HEX triplet: 7C, 47 and BB. RGB value is (124,71,187). Sum of RGB (Red+Green+Blue) = 124+71+187=382 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.46% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 187 (73.44% from 255 or 48.95% from 382); Max value from RGB is 187 - color contains mainly: blue. Hex color #7C47BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C47BB is #83B844. Grayscale: #636363. Windows color (decimal): -8632389 or 12273532. OLE color: 12273532.

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

Color convert

RGB 124 71 187 -
CMYK 0.34 0.62 0 0.27
HSL 267.41º 0.46% 0.51% -
HSV(B) 267.41º 0.62% 0.73% -
XYZ 19.54 12.38 48.37 -
YUV 100.07 177.06 145.07 -
System Red Green Blue C M Y K H S L
Decimal 124 71 187 0.34 0.62 0 0.27 267.41 0.46 0.51
Hex 7C 47 BB 22 3E 0 1B 10B 2E 33
Octal 174 107 273 42 76 0 33 413 56 63
Binary 1111100 1000111 10111011 100010 111110 0 11011 100001011 101110 110011

Color Harmonies of #7C47BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C47BB

Black with #7C47BB

Text Example


Text Example

White with #7C47BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,71,187); }

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

background-color css

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

 a { background-color: rgb(124,71,187); }

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

border-color css

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

 span { border-color: rgb(124,71,187); }

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