Html Css Color HEX #7A206A Dark Purple

📋 copy color: '#7A206A'

red 122 ◦ green 32 ◦ blue 106

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

Shades of Dark Purple #7A206A

Tints of Dark Purple #7A206A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.31%

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

R = 46.92%
G = 12.31%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.52

RGB Variations

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

Color information

#7A206A (or 0x7A206A) is known color: Dark Purple. HEX triplet: 7A, 20 and 6A. RGB value is (122,32,106). Sum of RGB (Red+Green+Blue) = 122+32+106=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 32 (12.89% from 255 or 12.31% from 260); Blue value is 106 (41.80% from 255 or 40.77% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A206A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A206A is #85DF95. Grayscale: #434343. Windows color (decimal): -8773526 or 6955130. OLE color: 6955130.

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

Color convert

RGB 122 32 106 -
CMYK 0 0.74 0.13 0.52
HSL 310.67º 0.58% 0.3% -
HSV(B) 310.67º 0.74% 0.48% -
XYZ 11.14 6.21 14.25 -
YUV 67.35 149.82 166.98 -
System Red Green Blue C M Y K H S L
Decimal 122 32 106 0 0.74 0.13 0.52 310.67 0.58 0.3
Hex 7A 20 6A 0 4A D 34 137 3A 1E
Octal 172 40 152 0 112 15 64 467 72 36
Binary 1111010 100000 1101010 0 1001010 1101 110100 100110111 111010 11110

Color Harmonies of #7A206A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A206A

Black with #7A206A

Text Example


Text Example

White with #7A206A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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