Html Css Color HEX #7D13AA Vivid Violet

📋 copy color: '#7D13AA'

red 125 ◦ green 19 ◦ blue 170

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

Shades of Vivid Violet #7D13AA

Tints of Vivid Violet #7D13AA

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.05%

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

R = 39.81%
G = 6.05%
B = 54.14%

CMYK

 C value IS 0.26

 M value IS 0.89

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D13AA (or 0x7D13AA) is known color: Vivid Violet. HEX triplet: 7D, 13 and AA. RGB value is (125,19,170). Sum of RGB (Red+Green+Blue) = 125+19+170=314 (41% of max value = 765). Red value is 125 (49.22% from 255 or 39.81% from 314); Green value is 19 (7.81% from 255 or 6.05% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D13AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D13AA is #82EC55. Grayscale: #434343. Windows color (decimal): -8580182 or 11146109. OLE color: 11146109.

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

Color convert

RGB 125 19 170 -
CMYK 0.26 0.89 0 0.33
HSL 282.12º 0.8% 0.37% -
HSV(B) 282.12º 0.89% 0.67% -
XYZ 15.95 7.73 38.68 -
YUV 67.91 185.62 168.72 -
System Red Green Blue C M Y K H S L
Decimal 125 19 170 0.26 0.89 0 0.33 282.12 0.8 0.37
Hex 7D 13 AA 1A 59 0 21 11A 50 25
Octal 175 23 252 32 131 0 41 432 120 45
Binary 1111101 10011 10101010 11010 1011001 0 100001 100011010 1010000 100101

Color Harmonies of #7D13AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D13AA

Black with #7D13AA

Text Example


Text Example

White with #7D13AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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