Html Css Color HEX #7A246A Dark Purple

📋 copy color: '#7A246A'

red 122 ◦ green 36 ◦ blue 106

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

Shades of Dark Purple #7A246A

Tints of Dark Purple #7A246A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.15%

R = 46.21%
G = 13.64%
B = 40.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A246A (or 0x7A246A) is known color: Dark Purple. HEX triplet: 7A, 24 and 6A. RGB value is (122,36,106). Sum of RGB (Red+Green+Blue) = 122+36+106=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 106 (41.80% from 255 or 40.15% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A246A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A246A is #85DB95. Grayscale: #454545. Windows color (decimal): -8772502 or 6956154. OLE color: 6956154.

HSL color Cylindrical-coordinate representation of color #7A246A: hue angle of 311.16º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7A246A is Cyan = 0, Magento = 0.70, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 36 106 -
CMYK 0 0.70 0.13 0.52
HSL 311.16º 0.54% 0.31% -
HSV(B) 311.16º 0.7% 0.48% -
XYZ 11.26 6.44 14.29 -
YUV 69.69 148.49 165.31 -
System Red Green Blue C M Y K H S L
Decimal 122 36 106 0 0.70 0.13 0.52 311.16 0.54 0.31
Hex 7A 24 6A 0 46 D 34 137 36 1F
Octal 172 44 152 0 106 15 64 467 66 37
Binary 1111010 100100 1101010 0 1000110 1101 110100 100110111 110110 11111

Color Harmonies of #7A246A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A246A

Black with #7A246A

Text Example


Text Example

White with #7A246A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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