Html Css Color HEX #7C07AE Dark Violet

📋 copy color: '#7C07AE'

red 124 ◦ green 7 ◦ blue 174

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

Shades of Dark Violet #7C07AE

Tints of Dark Violet #7C07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 174 (68.36% from 255) = 57.05%

R = 40.66%
G = 2.3%
B = 57.05%

CMYK

 C value IS 0.29

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7C07AE (or 0x7C07AE) is known color: Dark Violet. HEX triplet: 7C, 07 and AE. RGB value is (124,7,174). Sum of RGB (Red+Green+Blue) = 124+7+174=305 (40% of max value = 765). Red value is 124 (48.83% from 255 or 40.66% from 305); Green value is 7 (3.12% from 255 or 2.30% from 305); Blue value is 174 (68.36% from 255 or 57.05% from 305); Max value from RGB is 174 - color contains mainly: blue. Hex color #7C07AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C07AE is #83F851. Grayscale: #3C3C3C. Windows color (decimal): -8648786 or 11405180. OLE color: 11405180.

HSL color Cylindrical-coordinate representation of color #7C07AE: hue angle of 282.04º degrees, saturation: 0.92, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7C07AE is Cyan = 0.29, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 124 7 174 -
CMYK 0.29 0.96 0 0.32
HSL 282.04º 0.92% 0.35% -
HSV(B) 282.04º 0.96% 0.68% -
XYZ 16.03 7.49 40.65 -
YUV 61.02 191.76 172.92 -
System Red Green Blue C M Y K H S L
Decimal 124 7 174 0.29 0.96 0 0.32 282.04 0.92 0.35
Hex 7C 7 AE 1D 60 0 20 11A 5C 23
Octal 174 7 256 35 140 0 40 432 134 43
Binary 1111100 111 10101110 11101 1100000 0 100000 100011010 1011100 100011

Color Harmonies of #7C07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C07AE

Black with #7C07AE

Text Example


Text Example

White with #7C07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,7,174); }

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

background-color css

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

 a { background-color: rgb(124,7,174); }

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

border-color css

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

 span { border-color: rgb(124,7,174); }

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