Html Css Color HEX #7C318E Vivid Violet

📋 copy color: '#7C318E'

red 124 ◦ green 49 ◦ blue 142

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

Shades of Vivid Violet #7C318E

Tints of Vivid Violet #7C318E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.56%

 BLUE value IS 142 (55.86% from 255) = 45.08%

R = 39.37%
G = 15.56%
B = 45.08%

CMYK

 C value IS 0.13

 M value IS 0.65

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7C318E (or 0x7C318E) is known color: Vivid Violet. HEX triplet: 7C, 31 and 8E. RGB value is (124,49,142). Sum of RGB (Red+Green+Blue) = 124+49+142=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 49 (19.53% from 255 or 15.56% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 142 - color contains mainly: blue. Hex color #7C318E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C318E is #83CE71. Grayscale: #515151. Windows color (decimal): -8638066 or 9318780. OLE color: 9318780.

HSL color Cylindrical-coordinate representation of color #7C318E: hue angle of 288.39º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #7C318E is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 124 49 142 -
CMYK 0.13 0.65 0 0.44
HSL 288.39º 0.49% 0.37% -
HSV(B) 288.39º 0.65% 0.56% -
XYZ 14.29 8.43 26.47 -
YUV 82.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 124 49 142 0.13 0.65 0 0.44 288.39 0.49 0.37
Hex 7C 31 8E D 41 0 2C 120 31 25
Octal 174 61 216 15 101 0 54 440 61 45
Binary 1111100 110001 10001110 1101 1000001 0 101100 100100000 110001 100101

Color Harmonies of #7C318E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C318E

Black with #7C318E

Text Example


Text Example

White with #7C318E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,49,142); }

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

background-color css

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

 a { background-color: rgb(124,49,142); }

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

border-color css

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

 span { border-color: rgb(124,49,142); }

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