Html Css Color HEX #7A359D Vivid Violet

📋 copy color: '#7A359D'

red 122 ◦ green 53 ◦ blue 157

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

Shades of Vivid Violet #7A359D

Tints of Vivid Violet #7A359D

RGB

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

 GREEN value IS 53 (21.09% from 255) = 15.96%

 BLUE value IS 157 (61.72% from 255) = 47.29%

R = 36.75%
G = 15.96%
B = 47.29%

CMYK

 C value IS 0.22

 M value IS 0.66

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A359D (or 0x7A359D) is known color: Vivid Violet. HEX triplet: 7A, 35 and 9D. RGB value is (122,53,157). Sum of RGB (Red+Green+Blue) = 122+53+157=332 (43% of max value = 765). Red value is 122 (48.05% from 255 or 36.75% from 332); Green value is 53 (21.09% from 255 or 15.96% from 332); Blue value is 157 (61.72% from 255 or 47.29% from 332); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A359D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A359D is #85CA62. Grayscale: #555555. Windows color (decimal): -8768099 or 10302842. OLE color: 10302842.

HSL color Cylindrical-coordinate representation of color #7A359D: hue angle of 279.81º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7A359D is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 53 157 -
CMYK 0.22 0.66 0 0.38
HSL 279.81º 0.5% 0.41% -
HSV(B) 279.81º 0.66% 0.62% -
XYZ 15.38 9.12 32.85 -
YUV 85.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 122 53 157 0.22 0.66 0 0.38 279.81 0.5 0.41
Hex 7A 35 9D 16 42 0 26 118 32 29
Octal 172 65 235 26 102 0 46 430 62 51
Binary 1111010 110101 10011101 10110 1000010 0 100110 100011000 110010 101001

Color Harmonies of #7A359D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A359D

Black with #7A359D

Text Example


Text Example

White with #7A359D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,53,157); }

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

background-color css

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

 a { background-color: rgb(122,53,157); }

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

border-color css

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

 span { border-color: rgb(122,53,157); }

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