Html Css Color HEX #7A0D65 Dark Purple

📋 copy color: '#7A0D65'

red 122 ◦ green 13 ◦ blue 101

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

Shades of Dark Purple #7A0D65

Tints of Dark Purple #7A0D65

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.51%

 BLUE value IS 101 (39.84% from 255) = 42.8%

R = 51.69%
G = 5.51%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A0D65 (or 0x7A0D65) is known color: Dark Purple. HEX triplet: 7A, 0D and 65. RGB value is (122,13,101). Sum of RGB (Red+Green+Blue) = 122+13+101=236 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.69% from 236); Green value is 13 (5.47% from 255 or 5.51% from 236); Blue value is 101 (39.84% from 255 or 42.80% from 236); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0D65 is #85F29A. Grayscale: #373737. Windows color (decimal): -8778395 or 6622586. OLE color: 6622586.

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

Color convert

RGB 122 13 101 -
CMYK 0 0.89 0.17 0.52
HSL 311.56º 0.81% 0.26% -
HSV(B) 311.56º 0.89% 0.48% -
XYZ 10.52 5.37 12.79 -
YUV 55.62 153.61 175.34 -
System Red Green Blue C M Y K H S L
Decimal 122 13 101 0 0.89 0.17 0.52 311.56 0.81 0.26
Hex 7A D 65 0 59 11 34 138 51 1A
Octal 172 15 145 0 131 21 64 470 121 32
Binary 1111010 1101 1100101 0 1011001 10001 110100 100111000 1010001 11010

Color Harmonies of #7A0D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0D65

Black with #7A0D65

Text Example


Text Example

White with #7A0D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,13,101); }

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

background-color css

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

 a { background-color: rgb(122,13,101); }

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

border-color css

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

 span { border-color: rgb(122,13,101); }

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