Html Css Color HEX #7A0E68 Dark Purple

📋 copy color: '#7A0E68'

red 122 ◦ green 14 ◦ blue 104

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

Shades of Dark Purple #7A0E68

Tints of Dark Purple #7A0E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 43.33%

R = 50.83%
G = 5.83%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.52

RGB Variations

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

Color information

#7A0E68 (or 0x7A0E68) is known color: Dark Purple. HEX triplet: 7A, 0E and 68. RGB value is (122,14,104). Sum of RGB (Red+Green+Blue) = 122+14+104=240 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.83% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0E68 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0E68 is #85F197. Grayscale: #383838. Windows color (decimal): -8778136 or 6819450. OLE color: 6819450.

HSL color Cylindrical-coordinate representation of color #7A0E68: hue angle of 310º 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 #7A0E68 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 14 104 -
CMYK 0 0.89 0.15 0.52
HSL 310º 0.79% 0.27% -
HSV(B) 310º 0.89% 0.48% -
XYZ 10.68 5.45 13.59 -
YUV 56.55 154.78 174.68 -
System Red Green Blue C M Y K H S L
Decimal 122 14 104 0 0.89 0.15 0.52 310 0.79 0.27
Hex 7A E 68 0 59 F 34 136 4F 1B
Octal 172 16 150 0 131 17 64 466 117 33
Binary 1111010 1110 1101000 0 1011001 1111 110100 100110110 1001111 11011

Color Harmonies of #7A0E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0E68

Black with #7A0E68

Text Example


Text Example

White with #7A0E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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