Html Css Color HEX #7C42AC Studio

📋 copy color: '#7C42AC'

red 124 ◦ green 66 ◦ blue 172

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

Shades of Studio #7C42AC

Tints of Studio #7C42AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 47.51%

R = 34.25%
G = 18.23%
B = 47.51%

CMYK

 C value IS 0.28

 M value IS 0.62

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7C42AC (or 0x7C42AC) is known color: Studio. HEX triplet: 7C, 42 and AC. RGB value is (124,66,172). Sum of RGB (Red+Green+Blue) = 124+66+172=362 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.25% from 362); Green value is 66 (26.17% from 255 or 18.23% from 362); Blue value is 172 (67.58% from 255 or 47.51% from 362); Max value from RGB is 172 - color contains mainly: blue. Hex color #7C42AC is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C42AC is #83BD53. Grayscale: #5F5F5F. Windows color (decimal): -8633684 or 11289212. OLE color: 11289212.

HSL color Cylindrical-coordinate representation of color #7C42AC: hue angle of 272.83º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C42AC is Cyan = 0.28, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 124 66 172 -
CMYK 0.28 0.62 0 0.33
HSL 272.83º 0.45% 0.47% -
HSV(B) 272.83º 0.62% 0.67% -
XYZ 17.71 11.16 40.25 -
YUV 95.43 171.22 148.38 -
System Red Green Blue C M Y K H S L
Decimal 124 66 172 0.28 0.62 0 0.33 272.83 0.45 0.47
Hex 7C 42 AC 1C 3E 0 21 111 2D 2F
Octal 174 102 254 34 76 0 41 421 55 57
Binary 1111100 1000010 10101100 11100 111110 0 100001 100010001 101101 101111

Color Harmonies of #7C42AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C42AC

Black with #7C42AC

Text Example


Text Example

White with #7C42AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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