Html Css Color HEX #7C419F Studio

📋 copy color: '#7C419F'

red 124 ◦ green 65 ◦ blue 159

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

Shades of Studio #7C419F

Tints of Studio #7C419F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 18.68%

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

R = 35.63%
G = 18.68%
B = 45.69%

CMYK

 C value IS 0.22

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C419F (or 0x7C419F) is known color: Studio. HEX triplet: 7C, 41 and 9F. RGB value is (124,65,159). Sum of RGB (Red+Green+Blue) = 124+65+159=348 (46% of max value = 765). Red value is 124 (48.83% from 255 or 35.63% from 348); Green value is 65 (25.78% from 255 or 18.68% from 348); Blue value is 159 (62.5% from 255 or 45.69% from 348); Max value from RGB is 159 - color contains mainly: blue. Hex color #7C419F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C419F is #83BE60. Grayscale: #5D5D5D. Windows color (decimal): -8633953 or 10436988. OLE color: 10436988.

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

Color convert

RGB 124 65 159 -
CMYK 0.22 0.59 0 0.38
HSL 277.66º 0.42% 0.44% -
HSV(B) 277.66º 0.59% 0.62% -
XYZ 16.46 10.57 33.97 -
YUV 93.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 124 65 159 0.22 0.59 0 0.38 277.66 0.42 0.44
Hex 7C 41 9F 16 3B 0 26 116 2A 2C
Octal 174 101 237 26 73 0 46 426 52 54
Binary 1111100 1000001 10011111 10110 111011 0 100110 100010110 101010 101100

Color Harmonies of #7C419F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C419F

Black with #7C419F

Text Example


Text Example

White with #7C419F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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