Html Css Color HEX #7A1D87 Vivid Violet

📋 copy color: '#7A1D87'

red 122 ◦ green 29 ◦ blue 135

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

Shades of Vivid Violet #7A1D87

Tints of Vivid Violet #7A1D87

RGB

 RED value IS 122 (48.05% from 255) = 42.66%

 GREEN value IS 29 (11.72% from 255) = 10.14%

 BLUE value IS 135 (53.13% from 255) = 47.2%

R = 42.66%
G = 10.14%
B = 47.2%

CMYK

 C value IS 0.10

 M value IS 0.79

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#7A1D87 (or 0x7A1D87) is known color: Vivid Violet. HEX triplet: 7A, 1D and 87. RGB value is (122,29,135). Sum of RGB (Red+Green+Blue) = 122+29+135=286 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.66% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 135 (53.12% from 255 or 47.20% from 286); Max value from RGB is 135 - color contains mainly: blue. Hex color #7A1D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1D87 is #85E278. Grayscale: #444444. Windows color (decimal): -8774265 or 8854906. OLE color: 8854906.

HSL color Cylindrical-coordinate representation of color #7A1D87: hue angle of 292.64º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7A1D87 is Cyan = 0.10, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 122 29 135 -
CMYK 0.10 0.79 0 0.47
HSL 292.64º 0.65% 0.32% -
HSV(B) 292.64º 0.79% 0.53% -
XYZ 12.84 6.77 23.55 -
YUV 68.89 165.31 165.88 -
System Red Green Blue C M Y K H S L
Decimal 122 29 135 0.10 0.79 0 0.47 292.64 0.65 0.32
Hex 7A 1D 87 A 4F 0 2F 125 41 20
Octal 172 35 207 12 117 0 57 445 101 40
Binary 1111010 11101 10000111 1010 1001111 0 101111 100100101 1000001 100000

Color Harmonies of #7A1D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1D87

Black with #7A1D87

Text Example


Text Example

White with #7A1D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,29,135); }

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

background-color css

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

 a { background-color: rgb(122,29,135); }

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

border-color css

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

 span { border-color: rgb(122,29,135); }

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