Html Css Color HEX #7A298D Vivid Violet

📋 copy color: '#7A298D'

red 122 ◦ green 41 ◦ blue 141

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

Shades of Vivid Violet #7A298D

Tints of Vivid Violet #7A298D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.49%

 BLUE value IS 141 (55.47% from 255) = 46.38%

R = 40.13%
G = 13.49%
B = 46.38%

CMYK

 C value IS 0.13

 M value IS 0.71

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A298D (or 0x7A298D) is known color: Vivid Violet. HEX triplet: 7A, 29 and 8D. RGB value is (122,41,141). Sum of RGB (Red+Green+Blue) = 122+41+141=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 141 (55.47% from 255 or 46.38% from 304); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A298D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A298D is #85D672. Grayscale: #4C4C4C. Windows color (decimal): -8771187 or 9251194. OLE color: 9251194.

HSL color Cylindrical-coordinate representation of color #7A298D: hue angle of 288.6º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7A298D is Cyan = 0.13, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 122 41 141 -
CMYK 0.13 0.71 0 0.45
HSL 288.6º 0.55% 0.36% -
HSV(B) 288.6º 0.71% 0.55% -
XYZ 13.63 7.65 25.96 -
YUV 76.62 164.34 160.37 -
System Red Green Blue C M Y K H S L
Decimal 122 41 141 0.13 0.71 0 0.45 288.6 0.55 0.36
Hex 7A 29 8D D 47 0 2D 121 37 24
Octal 172 51 215 15 107 0 55 441 67 44
Binary 1111010 101001 10001101 1101 1000111 0 101101 100100001 110111 100100

Color Harmonies of #7A298D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A298D

Black with #7A298D

Text Example


Text Example

White with #7A298D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,41,141); }

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

background-color css

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

 a { background-color: rgb(122,41,141); }

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

border-color css

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

 span { border-color: rgb(122,41,141); }

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