Html Css Color HEX #7C46BE Studio

📋 copy color: '#7C46BE'

red 124 ◦ green 70 ◦ blue 190

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

Shades of Studio #7C46BE

Tints of Studio #7C46BE

RGB

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

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

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

R = 32.29%
G = 18.23%
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

#7C46BE (or 0x7C46BE) is known color: Studio. HEX triplet: 7C, 46 and BE. RGB value is (124,70,190). Sum of RGB (Red+Green+Blue) = 124+70+190=384 (50% of max value = 765). Red value is 124 (48.83% from 255 or 32.29% from 384); Green value is 70 (27.73% from 255 or 18.23% 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 #7C46BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C46BE is #83B941. Grayscale: #636363. Windows color (decimal): -8632642 or 12469884. OLE color: 12469884.

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

Color convert

RGB 124 70 190 -
CMYK 0.35 0.63 0 0.25
HSL 267º 0.48% 0.51% -
HSV(B) 267º 0.63% 0.75% -
XYZ 19.8 12.38 50.06 -
YUV 99.83 178.89 145.24 -
System Red Green Blue C M Y K H S L
Decimal 124 70 190 0.35 0.63 0 0.25 267 0.48 0.51
Hex 7C 46 BE 23 3F 0 19 10B 30 33
Octal 174 106 276 43 77 0 31 413 60 63
Binary 1111100 1000110 10111110 100011 111111 0 11001 100001011 110000 110011

Color Harmonies of #7C46BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C46BE

Black with #7C46BE

Text Example


Text Example

White with #7C46BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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