Html Css Color HEX #7D15AC Vivid Violet

📋 copy color: '#7D15AC'

red 125 ◦ green 21 ◦ blue 172

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

Shades of Vivid Violet #7D15AC

Tints of Vivid Violet #7D15AC

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.6%

 BLUE value IS 172 (67.58% from 255) = 54.09%

R = 39.31%
G = 6.6%
B = 54.09%

CMYK

 C value IS 0.27

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D15AC (or 0x7D15AC) is known color: Vivid Violet. HEX triplet: 7D, 15 and AC. RGB value is (125,21,172). Sum of RGB (Red+Green+Blue) = 125+21+172=318 (42% of max value = 765). Red value is 125 (49.22% from 255 or 39.31% from 318); Green value is 21 (8.59% from 255 or 6.60% from 318); Blue value is 172 (67.58% from 255 or 54.09% from 318); Max value from RGB is 172 - color contains mainly: blue. Hex color #7D15AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D15AC is #82EA53. Grayscale: #444444. Windows color (decimal): -8579668 or 11277693. OLE color: 11277693.

HSL color Cylindrical-coordinate representation of color #7D15AC: hue angle of 281.32º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7D15AC is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 21 172 -
CMYK 0.27 0.88 0 0.33
HSL 281.32º 0.78% 0.38% -
HSV(B) 281.32º 0.88% 0.67% -
XYZ 16.17 7.87 39.7 -
YUV 69.31 185.96 167.72 -
System Red Green Blue C M Y K H S L
Decimal 125 21 172 0.27 0.88 0 0.33 281.32 0.78 0.38
Hex 7D 15 AC 1B 58 0 21 119 4E 26
Octal 175 25 254 33 130 0 41 431 116 46
Binary 1111101 10101 10101100 11011 1011000 0 100001 100011001 1001110 100110

Color Harmonies of #7D15AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D15AC

Black with #7D15AC

Text Example


Text Example

White with #7D15AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,21,172); }

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

background-color css

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

 a { background-color: rgb(125,21,172); }

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

border-color css

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

 span { border-color: rgb(125,21,172); }

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