Html Css Color HEX #7D15AA Vivid Violet

📋 copy color: '#7D15AA'

red 125 ◦ green 21 ◦ blue 170

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

Shades of Vivid Violet #7D15AA

Tints of Vivid Violet #7D15AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 53.8%

R = 39.56%
G = 6.65%
B = 53.8%

CMYK

 C value IS 0.26

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D15AA (or 0x7D15AA) is known color: Vivid Violet. HEX triplet: 7D, 15 and AA. RGB value is (125,21,170). Sum of RGB (Red+Green+Blue) = 125+21+170=316 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.56% from 316); Green value is 21 (8.59% from 255 or 6.65% from 316); Blue value is 170 (66.80% from 255 or 53.80% from 316); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D15AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D15AA is #82EA55. Grayscale: #444444. Windows color (decimal): -8579670 or 11146621. OLE color: 11146621.

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

Color convert

RGB 125 21 170 -
CMYK 0.26 0.88 0 0.33
HSL 281.88º 0.78% 0.37% -
HSV(B) 281.88º 0.88% 0.67% -
XYZ 15.98 7.8 38.69 -
YUV 69.08 184.96 167.88 -
System Red Green Blue C M Y K H S L
Decimal 125 21 170 0.26 0.88 0 0.33 281.88 0.78 0.37
Hex 7D 15 AA 1A 58 0 21 11A 4E 25
Octal 175 25 252 32 130 0 41 432 116 45
Binary 1111101 10101 10101010 11010 1011000 0 100001 100011010 1001110 100101

Color Harmonies of #7D15AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D15AA

Black with #7D15AA

Text Example


Text Example

White with #7D15AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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