Html Css Color HEX #7C3EB7 Studio

📋 copy color: '#7C3EB7'

red 124 ◦ green 62 ◦ blue 183

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

Shades of Studio #7C3EB7

Tints of Studio #7C3EB7

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.8%

 BLUE value IS 183 (71.88% from 255) = 49.59%

R = 33.6%
G = 16.8%
B = 49.59%

CMYK

 C value IS 0.32

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#7C3EB7 (or 0x7C3EB7) is known color: Studio. HEX triplet: 7C, 3E and B7. RGB value is (124,62,183). Sum of RGB (Red+Green+Blue) = 124+62+183=369 (48% of max value = 765). Red value is 124 (48.83% from 255 or 33.60% from 369); Green value is 62 (24.61% from 255 or 16.80% from 369); Blue value is 183 (71.88% from 255 or 49.59% from 369); Max value from RGB is 183 - color contains mainly: blue. Hex color #7C3EB7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7C3EB7 is #83C148. Grayscale: #5D5D5D. Windows color (decimal): -8634697 or 12009084. OLE color: 12009084.

HSL color Cylindrical-coordinate representation of color #7C3EB7: hue angle of 270.74º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7C3EB7 is Cyan = 0.32, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 124 62 183 -
CMYK 0.32 0.66 0 0.28
HSL 270.74º 0.49% 0.48% -
HSV(B) 270.74º 0.66% 0.72% -
XYZ 18.58 11.15 45.97 -
YUV 94.33 178.04 149.16 -
System Red Green Blue C M Y K H S L
Decimal 124 62 183 0.32 0.66 0 0.28 270.74 0.49 0.48
Hex 7C 3E B7 20 42 0 1C 10F 31 30
Octal 174 76 267 40 102 0 34 417 61 60
Binary 1111100 111110 10110111 100000 1000010 0 11100 100001111 110001 110000

Color Harmonies of #7C3EB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C3EB7

Black with #7C3EB7

Text Example


Text Example

White with #7C3EB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,62,183); }

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

background-color css

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

 a { background-color: rgb(124,62,183); }

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

border-color css

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

 span { border-color: rgb(124,62,183); }

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