Html Css Color HEX #7C419D Studio

📋 copy color: '#7C419D'

red 124 ◦ green 65 ◦ blue 157

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

Shades of Studio #7C419D

Tints of Studio #7C419D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 45.38%

R = 35.84%
G = 18.79%
B = 45.38%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C419D (or 0x7C419D) is known color: Studio. HEX triplet: 7C, 41 and 9D. RGB value is (124,65,157). Sum of RGB (Red+Green+Blue) = 124+65+157=346 (45% of max value = 765). Red value is 124 (48.83% from 255 or 35.84% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 157 (61.72% from 255 or 45.38% from 346); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C419D is #83BE62. Grayscale: #5C5C5C. Windows color (decimal): -8633955 or 10305916. OLE color: 10305916.

HSL color Cylindrical-coordinate representation of color #7C419D: hue angle of 278.48º degrees, saturation: 0.41, 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 #7C419D is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 124 65 157 -
CMYK 0.21 0.59 0 0.38
HSL 278.48º 0.41% 0.44% -
HSV(B) 278.48º 0.59% 0.62% -
XYZ 16.29 10.5 33.07 -
YUV 93.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 124 65 157 0.21 0.59 0 0.38 278.48 0.41 0.44
Hex 7C 41 9D 15 3B 0 26 116 29 2C
Octal 174 101 235 25 73 0 46 426 51 54
Binary 1111100 1000001 10011101 10101 111011 0 100110 100010110 101001 101100

Color Harmonies of #7C419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C419D

Black with #7C419D

Text Example


Text Example

White with #7C419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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