Html Css Color HEX #7C4698 Studio

📋 copy color: '#7C4698'

red 124 ◦ green 70 ◦ blue 152

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

Shades of Studio #7C4698

Tints of Studio #7C4698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 43.93%

R = 35.84%
G = 20.23%
B = 43.93%

CMYK

 C value IS 0.18

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C4698 (or 0x7C4698) is known color: Studio. HEX triplet: 7C, 46 and 98. RGB value is (124,70,152). Sum of RGB (Red+Green+Blue) = 124+70+152=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 152 (59.77% from 255 or 43.93% from 346); Max value from RGB is 152 - color contains mainly: blue. Hex color #7C4698 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C4698 is #83B967. Grayscale: #5F5F5F. Windows color (decimal): -8632680 or 9979516. OLE color: 9979516.

HSL color Cylindrical-coordinate representation of color #7C4698: hue angle of 279.51º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7C4698 is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 124 70 152 -
CMYK 0.18 0.54 0 0.40
HSL 279.51º 0.37% 0.44% -
HSV(B) 279.51º 0.54% 0.6% -
XYZ 16.17 10.93 30.96 -
YUV 95.49 159.89 148.33 -
System Red Green Blue C M Y K H S L
Decimal 124 70 152 0.18 0.54 0 0.40 279.51 0.37 0.44
Hex 7C 46 98 12 36 0 28 118 25 2C
Octal 174 106 230 22 66 0 50 430 45 54
Binary 1111100 1000110 10011000 10010 110110 0 101000 100011000 100101 101100

Color Harmonies of #7C4698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C4698

Black with #7C4698

Text Example


Text Example

White with #7C4698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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