Html Css Color HEX #7D1CAE Vivid Violet

📋 copy color: '#7D1CAE'

red 125 ◦ green 28 ◦ blue 174

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

Shades of Vivid Violet #7D1CAE

Tints of Vivid Violet #7D1CAE

RGB

 RED value IS 125 (49.22% from 255) = 38.23%

 GREEN value IS 28 (11.33% from 255) = 8.56%

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

R = 38.23%
G = 8.56%
B = 53.21%

CMYK

 C value IS 0.28

 M value IS 0.84

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#7D1CAE (or 0x7D1CAE) is known color: Vivid Violet. HEX triplet: 7D, 1C and AE. RGB value is (125,28,174). Sum of RGB (Red+Green+Blue) = 125+28+174=327 (43% of max value = 765). Red value is 125 (49.22% from 255 or 38.23% from 327); Green value is 28 (11.33% from 255 or 8.56% from 327); Blue value is 174 (68.36% from 255 or 53.21% from 327); Max value from RGB is 174 - color contains mainly: blue. Hex color #7D1CAE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1CAE is #82E351. Grayscale: #494949. Windows color (decimal): -8577874 or 11410557. OLE color: 11410557.

HSL color Cylindrical-coordinate representation of color #7D1CAE: hue angle of 279.86º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7D1CAE is Cyan = 0.28, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 125 28 174 -
CMYK 0.28 0.84 0 0.32
HSL 279.86º 0.72% 0.4% -
HSV(B) 279.86º 0.84% 0.68% -
XYZ 16.51 8.25 40.77 -
YUV 73.65 184.64 164.63 -
System Red Green Blue C M Y K H S L
Decimal 125 28 174 0.28 0.84 0 0.32 279.86 0.72 0.4
Hex 7D 1C AE 1C 54 0 20 118 48 28
Octal 175 34 256 34 124 0 40 430 110 50
Binary 1111101 11100 10101110 11100 1010100 0 100000 100011000 1001000 101000

Color Harmonies of #7D1CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CAE

Black with #7D1CAE

Text Example


Text Example

White with #7D1CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,28,174); }

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

background-color css

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

 a { background-color: rgb(125,28,174); }

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

border-color css

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

 span { border-color: rgb(125,28,174); }

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