Html Css Color HEX #7A248A Vivid Violet

📋 copy color: '#7A248A'

red 122 ◦ green 36 ◦ blue 138

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

Shades of Vivid Violet #7A248A

Tints of Vivid Violet #7A248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 12.16%

 BLUE value IS 138 (54.3% from 255) = 46.62%

R = 41.22%
G = 12.16%
B = 46.62%

CMYK

 C value IS 0.12

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#7A248A (or 0x7A248A) is known color: Vivid Violet. HEX triplet: 7A, 24 and 8A. RGB value is (122,36,138). Sum of RGB (Red+Green+Blue) = 122+36+138=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 36 (14.45% from 255 or 12.16% from 296); Blue value is 138 (54.30% from 255 or 46.62% from 296); Max value from RGB is 138 - color contains mainly: blue. Hex color #7A248A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A248A is #85DB75. Grayscale: #494949. Windows color (decimal): -8772470 or 9053306. OLE color: 9053306.

HSL color Cylindrical-coordinate representation of color #7A248A: hue angle of 290.59º degrees, saturation: 0.59, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #7A248A is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 122 36 138 -
CMYK 0.12 0.74 0 0.46
HSL 290.59º 0.59% 0.34% -
HSV(B) 290.59º 0.74% 0.54% -
XYZ 13.24 7.23 24.74 -
YUV 73.34 164.49 162.71 -
System Red Green Blue C M Y K H S L
Decimal 122 36 138 0.12 0.74 0 0.46 290.59 0.59 0.34
Hex 7A 24 8A C 4A 0 2E 123 3B 22
Octal 172 44 212 14 112 0 56 443 73 42
Binary 1111010 100100 10001010 1100 1001010 0 101110 100100011 111011 100010

Color Harmonies of #7A248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A248A

Black with #7A248A

Text Example


Text Example

White with #7A248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,36,138); }

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

background-color css

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

 a { background-color: rgb(122,36,138); }

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

border-color css

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

 span { border-color: rgb(122,36,138); }

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