Html Css Color HEX #7A0E64 Dark Purple

📋 copy color: '#7A0E64'

red 122 ◦ green 14 ◦ blue 100

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

Shades of Dark Purple #7A0E64

Tints of Dark Purple #7A0E64

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.93%

 BLUE value IS 100 (39.45% from 255) = 42.37%

R = 51.69%
G = 5.93%
B = 42.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.18

 K value IS 0.52

RGB Variations

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

Color information

#7A0E64 (or 0x7A0E64) is known color: Dark Purple. HEX triplet: 7A, 0E and 64. RGB value is (122,14,100). Sum of RGB (Red+Green+Blue) = 122+14+100=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 100 (39.45% from 255 or 42.37% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E64 is #85F19B. Grayscale: #373737. Windows color (decimal): -8778140 or 6557306. OLE color: 6557306.

HSL color Cylindrical-coordinate representation of color #7A0E64: hue angle of 312.22º degrees, saturation: 0.79, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A0E64 is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 14 100 -
CMYK 0 0.89 0.18 0.52
HSL 312.22º 0.79% 0.27% -
HSV(B) 312.22º 0.89% 0.48% -
XYZ 10.48 5.37 12.54 -
YUV 56.1 152.78 175.01 -
System Red Green Blue C M Y K H S L
Decimal 122 14 100 0 0.89 0.18 0.52 312.22 0.79 0.27
Hex 7A E 64 0 59 12 34 138 4F 1B
Octal 172 16 144 0 131 22 64 470 117 33
Binary 1111010 1110 1100100 0 1011001 10010 110100 100111000 1001111 11011

Color Harmonies of #7A0E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0E64

Black with #7A0E64

Text Example


Text Example

White with #7A0E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,14,100); }

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

background-color css

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

 a { background-color: rgb(122,14,100); }

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

border-color css

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

 span { border-color: rgb(122,14,100); }

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