Html Css Color HEX #7C409D Studio

📋 copy color: '#7C409D'

red 124 ◦ green 64 ◦ blue 157

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

Shades of Studio #7C409D

Tints of Studio #7C409D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.55%

 BLUE value IS 157 (61.72% from 255) = 45.51%

R = 35.94%
G = 18.55%
B = 45.51%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C409D (or 0x7C409D) is known color: Studio. HEX triplet: 7C, 40 and 9D. RGB value is (124,64,157). Sum of RGB (Red+Green+Blue) = 124+64+157=345 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.94% from 345); Green value is 64 (25.39% from 255 or 18.55% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C409D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C409D is #83BF62. Grayscale: #5C5C5C. Windows color (decimal): -8634211 or 10305660. OLE color: 10305660.

HSL color Cylindrical-coordinate representation of color #7C409D: hue angle of 278.71º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7C409D is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 64 157 -
CMYK 0.21 0.59 0 0.38
HSL 278.71º 0.42% 0.43% -
HSV(B) 278.71º 0.59% 0.62% -
XYZ 16.23 10.39 33.05 -
YUV 92.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 124 64 157 0.21 0.59 0 0.38 278.71 0.42 0.43
Hex 7C 40 9D 15 3B 0 26 117 2A 2B
Octal 174 100 235 25 73 0 46 427 52 53
Binary 1111100 1000000 10011101 10101 111011 0 100110 100010111 101010 101011

Color Harmonies of #7C409D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C409D

Black with #7C409D

Text Example


Text Example

White with #7C409D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,64,157); }

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

background-color css

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

 a { background-color: rgb(124,64,157); }

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

border-color css

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

 span { border-color: rgb(124,64,157); }

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