Html Css Color HEX #7C5E9F Studio

📋 copy color: '#7C5E9F'

red 124 ◦ green 94 ◦ blue 159

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

Shades of Studio #7C5E9F

Tints of Studio #7C5E9F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.93%

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

R = 32.89%
G = 24.93%
B = 42.18%

CMYK

 C value IS 0.22

 M value IS 0.41

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C5E9F (or 0x7C5E9F) is known color: Studio. HEX triplet: 7C, 5E and 9F. RGB value is (124,94,159). Sum of RGB (Red+Green+Blue) = 124+94+159=377 (49% of max value = 765). Red value is 124 (48.83% from 255 or 32.89% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C5E9F is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #7C5E9F is #83A160. Grayscale: #6E6E6E. Windows color (decimal): -8626529 or 10444412. OLE color: 10444412.

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

Color convert

RGB 124 94 159 -
CMYK 0.22 0.41 0 0.38
HSL 267.69º 0.26% 0.5% -
HSV(B) 267.69º 0.41% 0.62% -
XYZ 18.57 14.79 34.68 -
YUV 110.38 155.44 137.71 -
System Red Green Blue C M Y K H S L
Decimal 124 94 159 0.22 0.41 0 0.38 267.69 0.26 0.5
Hex 7C 5E 9F 16 29 0 26 10C 1A 32
Octal 174 136 237 26 51 0 46 414 32 62
Binary 1111100 1011110 10011111 10110 101001 0 100110 100001100 11010 110010

Color Harmonies of #7C5E9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E9F

Black with #7C5E9F

Text Example


Text Example

White with #7C5E9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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