Html Css Color HEX #7C2EA5 Vivid Violet

📋 copy color: '#7C2EA5'

red 124 ◦ green 46 ◦ blue 165

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

Shades of Vivid Violet #7C2EA5

Tints of Vivid Violet #7C2EA5

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.73%

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 37.01%
G = 13.73%
B = 49.25%

CMYK

 C value IS 0.25

 M value IS 0.72

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#7C2EA5 (or 0x7C2EA5) is known color: Vivid Violet. HEX triplet: 7C, 2E and A5. RGB value is (124,46,165). Sum of RGB (Red+Green+Blue) = 124+46+165=335 (44% of max value = 765). Red value is 124 (48.83% from 255 or 37.01% from 335); Green value is 46 (18.36% from 255 or 13.73% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #7C2EA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7C2EA5 is #83D15A. Grayscale: #525252. Windows color (decimal): -8638811 or 10825340. OLE color: 10825340.

HSL color Cylindrical-coordinate representation of color #7C2EA5: hue angle of 279.33º degrees, saturation: 0.56, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7C2EA5 is Cyan = 0.25, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 124 46 165 -
CMYK 0.25 0.72 0 0.35
HSL 279.33º 0.56% 0.41% -
HSV(B) 279.33º 0.72% 0.65% -
XYZ 16.08 8.96 36.48 -
YUV 82.89 174.34 157.32 -
System Red Green Blue C M Y K H S L
Decimal 124 46 165 0.25 0.72 0 0.35 279.33 0.56 0.41
Hex 7C 2E A5 19 48 0 23 117 38 29
Octal 174 56 245 31 110 0 43 427 70 51
Binary 1111100 101110 10100101 11001 1001000 0 100011 100010111 111000 101001

Color Harmonies of #7C2EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C2EA5

Black with #7C2EA5

Text Example


Text Example

White with #7C2EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,46,165); }

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

background-color css

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

 a { background-color: rgb(124,46,165); }

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

border-color css

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

 span { border-color: rgb(124,46,165); }

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