Html Css Color HEX #7C469C Studio

📋 copy color: '#7C469C'

red 124 ◦ green 70 ◦ blue 156

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

Shades of Studio #7C469C

Tints of Studio #7C469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.57%

R = 35.43%
G = 20%
B = 44.57%

CMYK

 C value IS 0.21

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C469C (or 0x7C469C) is known color: Studio. HEX triplet: 7C, 46 and 9C. RGB value is (124,70,156). Sum of RGB (Red+Green+Blue) = 124+70+156=350 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.43% from 350); Green value is 70 (27.73% from 255 or 20% from 350); Blue value is 156 (61.33% from 255 or 44.57% from 350); Max value from RGB is 156 - color contains mainly: blue. Hex color #7C469C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C469C is #83B963. Grayscale: #5F5F5F. Windows color (decimal): -8632676 or 10241660. OLE color: 10241660.

HSL color Cylindrical-coordinate representation of color #7C469C: hue angle of 277.67º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C469C is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 124 70 156 -
CMYK 0.21 0.55 0 0.39
HSL 277.67º 0.38% 0.44% -
HSV(B) 277.67º 0.55% 0.61% -
XYZ 16.5 11.07 32.72 -
YUV 95.95 161.89 148.01 -
System Red Green Blue C M Y K H S L
Decimal 124 70 156 0.21 0.55 0 0.39 277.67 0.38 0.44
Hex 7C 46 9C 15 37 0 27 116 26 2C
Octal 174 106 234 25 67 0 47 426 46 54
Binary 1111100 1000110 10011100 10101 110111 0 100111 100010110 100110 101100

Color Harmonies of #7C469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C469C

Black with #7C469C

Text Example


Text Example

White with #7C469C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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