Html Css Color HEX #7C42BA Studio

📋 copy color: '#7C42BA'

red 124 ◦ green 66 ◦ blue 186

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

Shades of Studio #7C42BA

Tints of Studio #7C42BA

RGB

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

 GREEN value IS 66 (26.17% from 255) = 17.55%

 BLUE value IS 186 (73.05% from 255) = 49.47%

R = 32.98%
G = 17.55%
B = 49.47%

CMYK

 C value IS 0.33

 M value IS 0.65

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7C42BA (or 0x7C42BA) is known color: Studio. HEX triplet: 7C, 42 and BA. RGB value is (124,66,186). Sum of RGB (Red+Green+Blue) = 124+66+186=376 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.98% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C42BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C42BA is #83BD45. Grayscale: #606060. Windows color (decimal): -8633670 or 12206716. OLE color: 12206716.

HSL color Cylindrical-coordinate representation of color #7C42BA: hue angle of 269º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C42BA is Cyan = 0.33, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 124 66 186 -
CMYK 0.33 0.65 0 0.27
HSL 269º 0.48% 0.49% -
HSV(B) 269º 0.65% 0.73% -
XYZ 19.12 11.73 47.71 -
YUV 97.02 178.22 147.24 -
System Red Green Blue C M Y K H S L
Decimal 124 66 186 0.33 0.65 0 0.27 269 0.48 0.49
Hex 7C 42 BA 21 41 0 1B 10D 30 31
Octal 174 102 272 41 101 0 33 415 60 61
Binary 1111100 1000010 10111010 100001 1000001 0 11011 100001101 110000 110001

Color Harmonies of #7C42BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C42BA

Black with #7C42BA

Text Example


Text Example

White with #7C42BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,66,186); }

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

background-color css

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

 a { background-color: rgb(124,66,186); }

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

border-color css

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

 span { border-color: rgb(124,66,186); }

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