Html Css Color HEX #7C489F Studio

📋 copy color: '#7C489F'

red 124 ◦ green 72 ◦ blue 159

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

Shades of Studio #7C489F

Tints of Studio #7C489F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 44.79%

R = 34.93%
G = 20.28%
B = 44.79%

CMYK

 C value IS 0.22

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C489F (or 0x7C489F) is known color: Studio. HEX triplet: 7C, 48 and 9F. RGB value is (124,72,159). Sum of RGB (Red+Green+Blue) = 124+72+159=355 (47% of max value = 765). Red value is 124 (48.83% from 255 or 34.93% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 159 (62.5% from 255 or 44.79% from 355); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C489F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C489F is #83B760. Grayscale: #616161. Windows color (decimal): -8632161 or 10438780. OLE color: 10438780.

HSL color Cylindrical-coordinate representation of color #7C489F: hue angle of 275.86º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C489F is Cyan = 0.22, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 72 159 -
CMYK 0.22 0.55 0 0.38
HSL 275.86º 0.38% 0.45% -
HSV(B) 275.86º 0.55% 0.62% -
XYZ 16.89 11.42 34.12 -
YUV 97.47 162.73 146.93 -
System Red Green Blue C M Y K H S L
Decimal 124 72 159 0.22 0.55 0 0.38 275.86 0.38 0.45
Hex 7C 48 9F 16 37 0 26 114 26 2D
Octal 174 110 237 26 67 0 46 424 46 55
Binary 1111100 1001000 10011111 10110 110111 0 100110 100010100 100110 101101

Color Harmonies of #7C489F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C489F

Black with #7C489F

Text Example


Text Example

White with #7C489F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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