Html Css Color HEX #7A258D Vivid Violet

📋 copy color: '#7A258D'

red 122 ◦ green 37 ◦ blue 141

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

Shades of Vivid Violet #7A258D

Tints of Vivid Violet #7A258D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.33%

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

R = 40.67%
G = 12.33%
B = 47%

CMYK

 C value IS 0.13

 M value IS 0.74

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7A258D (or 0x7A258D) is known color: Vivid Violet. HEX triplet: 7A, 25 and 8D. RGB value is (122,37,141). Sum of RGB (Red+Green+Blue) = 122+37+141=300 (39% of max value = 765). Red value is 122 (48.05% from 255 or 40.67% from 300); Green value is 37 (14.84% from 255 or 12.33% from 300); Blue value is 141 (55.47% from 255 or 47% from 300); Max value from RGB is 141 - color contains mainly: blue. Hex color #7A258D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A258D is #85DA72. Grayscale: #494949. Windows color (decimal): -8772211 or 9250170. OLE color: 9250170.

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

Color convert

RGB 122 37 141 -
CMYK 0.13 0.74 0 0.45
HSL 289.04º 0.58% 0.35% -
HSV(B) 289.04º 0.74% 0.55% -
XYZ 13.5 7.38 25.91 -
YUV 74.27 165.66 162.04 -
System Red Green Blue C M Y K H S L
Decimal 122 37 141 0.13 0.74 0 0.45 289.04 0.58 0.35
Hex 7A 25 8D D 4A 0 2D 121 3A 23
Octal 172 45 215 15 112 0 55 441 72 43
Binary 1111010 100101 10001101 1101 1001010 0 101101 100100001 111010 100011

Color Harmonies of #7A258D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A258D

Black with #7A258D

Text Example


Text Example

White with #7A258D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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