Html Css Color HEX #7A066D Purple

📋 copy color: '#7A066D'

red 122 ◦ green 6 ◦ blue 109

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

Shades of Purple #7A066D

Tints of Purple #7A066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.53%

 BLUE value IS 109 (42.97% from 255) = 45.99%

R = 51.48%
G = 2.53%
B = 45.99%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A066D (or 0x7A066D) is known color: Purple. HEX triplet: 7A, 06 and 6D. RGB value is (122,6,109). Sum of RGB (Red+Green+Blue) = 122+6+109=237 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.48% from 237); Green value is 6 (2.73% from 255 or 2.53% from 237); Blue value is 109 (42.97% from 255 or 45.99% from 237); Max value from RGB is 122 - color contains mainly: red. Hex color #7A066D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A066D is #85F992. Grayscale: #343434. Windows color (decimal): -8780179 or 7145082. OLE color: 7145082.

HSL color Cylindrical-coordinate representation of color #7A066D: hue angle of 306.72º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7A066D is Cyan = 0, Magento = 0.95, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 6 109 -
CMYK 0 0.95 0.11 0.52
HSL 306.72º 0.91% 0.25% -
HSV(B) 306.72º 0.95% 0.48% -
XYZ 10.85 5.37 14.93 -
YUV 52.43 159.93 177.62 -
System Red Green Blue C M Y K H S L
Decimal 122 6 109 0 0.95 0.11 0.52 306.72 0.91 0.25
Hex 7A 6 6D 0 5F B 34 133 5B 19
Octal 172 6 155 0 137 13 64 463 133 31
Binary 1111010 110 1101101 0 1011111 1011 110100 100110011 1011011 11001

Color Harmonies of #7A066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A066D

Black with #7A066D

Text Example


Text Example

White with #7A066D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,6,109); }

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

background-color css

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

 a { background-color: rgb(122,6,109); }

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

border-color css

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

 span { border-color: rgb(122,6,109); }

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