Html Css Color HEX #7D1CAA Vivid Violet

📋 copy color: '#7D1CAA'

red 125 ◦ green 28 ◦ blue 170

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

Shades of Vivid Violet #7D1CAA

Tints of Vivid Violet #7D1CAA

RGB

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

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

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

R = 38.7%
G = 8.67%
B = 52.63%

CMYK

 C value IS 0.26

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D1CAA (or 0x7D1CAA) is known color: Vivid Violet. HEX triplet: 7D, 1C and AA. RGB value is (125,28,170). Sum of RGB (Red+Green+Blue) = 125+28+170=323 (42% of max value = 765). Red value is 125 (49.22% from 255 or 38.70% from 323); Green value is 28 (11.33% from 255 or 8.67% from 323); Blue value is 170 (66.80% from 255 or 52.63% from 323); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D1CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7D1CAA is #82E355. Grayscale: #484848. Windows color (decimal): -8577878 or 11148413. OLE color: 11148413.

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

Color convert

RGB 125 28 170 -
CMYK 0.26 0.84 0 0.33
HSL 280.99º 0.72% 0.39% -
HSV(B) 280.99º 0.84% 0.67% -
XYZ 16.13 8.09 38.74 -
YUV 73.19 182.64 164.95 -
System Red Green Blue C M Y K H S L
Decimal 125 28 170 0.26 0.84 0 0.33 280.99 0.72 0.39
Hex 7D 1C AA 1A 54 0 21 119 48 27
Octal 175 34 252 32 124 0 41 431 110 47
Binary 1111101 11100 10101010 11010 1010100 0 100001 100011001 1001000 100111

Color Harmonies of #7D1CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D1CAA

Black with #7D1CAA

Text Example


Text Example

White with #7D1CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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