Html Css Color HEX #7C489A Studio

📋 copy color: '#7C489A'

red 124 ◦ green 72 ◦ blue 154

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

Shades of Studio #7C489A

Tints of Studio #7C489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.57%

 BLUE value IS 154 (60.55% from 255) = 44%

R = 35.43%
G = 20.57%
B = 44%

CMYK

 C value IS 0.19

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7C489A (or 0x7C489A) is known color: Studio. HEX triplet: 7C, 48 and 9A. RGB value is (124,72,154). Sum of RGB (Red+Green+Blue) = 124+72+154=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 154 (60.55% from 255 or 44% from 350); Max value from RGB is 154 - color contains mainly: blue. Hex color #7C489A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C489A is #83B765. Grayscale: #606060. Windows color (decimal): -8632166 or 10111100. OLE color: 10111100.

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

Color convert

RGB 124 72 154 -
CMYK 0.19 0.53 0 0.40
HSL 278.05º 0.36% 0.44% -
HSV(B) 278.05º 0.53% 0.6% -
XYZ 16.46 11.25 31.88 -
YUV 96.9 160.23 147.33 -
System Red Green Blue C M Y K H S L
Decimal 124 72 154 0.19 0.53 0 0.40 278.05 0.36 0.44
Hex 7C 48 9A 13 35 0 28 116 24 2C
Octal 174 110 232 23 65 0 50 426 44 54
Binary 1111100 1001000 10011010 10011 110101 0 101000 100010110 100100 101100

Color Harmonies of #7C489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C489A

Black with #7C489A

Text Example


Text Example

White with #7C489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,72,154); }

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

background-color css

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

 a { background-color: rgb(124,72,154); }

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

border-color css

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

 span { border-color: rgb(124,72,154); }

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