Html Css Color HEX #7C46BF Studio

📋 copy color: '#7C46BF'

red 124 ◦ green 70 ◦ blue 191

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

Shades of Studio #7C46BF

Tints of Studio #7C46BF

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.18%

 BLUE value IS 191 (75% from 255) = 49.61%

R = 32.21%
G = 18.18%
B = 49.61%

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

#7C46BF (or 0x7C46BF) is known color: Studio. HEX triplet: 7C, 46 and BF. RGB value is (124,70,191). Sum of RGB (Red+Green+Blue) = 124+70+191=385 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.21% from 385); Green value is 70 (27.73% from 255 or 18.18% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #7C46BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C46BF is #83B940. Grayscale: #636363. Windows color (decimal): -8632641 or 12535420. OLE color: 12535420.

HSL color Cylindrical-coordinate representation of color #7C46BF: hue angle of 266.78º degrees, saturation: 0.49, 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 #7C46BF is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 124 70 191 -
CMYK 0.35 0.63 0 0.25
HSL 266.78º 0.49% 0.51% -
HSV(B) 266.78º 0.63% 0.75% -
XYZ 19.91 12.43 50.64 -
YUV 99.94 179.39 145.16 -
System Red Green Blue C M Y K H S L
Decimal 124 70 191 0.35 0.63 0 0.25 266.78 0.49 0.51
Hex 7C 46 BF 23 3F 0 19 10B 31 33
Octal 174 106 277 43 77 0 31 413 61 63
Binary 1111100 1000110 10111111 100011 111111 0 11001 100001011 110001 110011

Color Harmonies of #7C46BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C46BF

Black with #7C46BF

Text Example


Text Example

White with #7C46BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,70,191); }

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

background-color css

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

 a { background-color: rgb(124,70,191); }

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

border-color css

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

 span { border-color: rgb(124,70,191); }

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