Html Css Color HEX #7A0C61 Dark Purple

📋 copy color: '#7A0C61'

red 122 ◦ green 12 ◦ blue 97

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

Shades of Dark Purple #7A0C61

Tints of Dark Purple #7A0C61

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.19%

 BLUE value IS 97 (38.28% from 255) = 41.99%

R = 52.81%
G = 5.19%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7A0C61 (or 0x7A0C61) is known color: Dark Purple. HEX triplet: 7A, 0C and 61. RGB value is (122,12,97). Sum of RGB (Red+Green+Blue) = 122+12+97=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 12 (5.08% from 255 or 5.19% from 231); Blue value is 97 (38.28% from 255 or 41.99% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0C61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0C61 is #85F39E. Grayscale: #363636. Windows color (decimal): -8778655 or 6360186. OLE color: 6360186.

HSL color Cylindrical-coordinate representation of color #7A0C61: hue angle of 313.64º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7A0C61 is Cyan = 0, Magento = 0.90, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 12 97 -
CMYK 0 0.90 0.20 0.52
HSL 313.64º 0.82% 0.26% -
HSV(B) 313.64º 0.9% 0.48% -
XYZ 10.32 5.26 11.78 -
YUV 54.58 151.94 176.09 -
System Red Green Blue C M Y K H S L
Decimal 122 12 97 0 0.90 0.20 0.52 313.64 0.82 0.26
Hex 7A C 61 0 5A 14 34 13A 52 1A
Octal 172 14 141 0 132 24 64 472 122 32
Binary 1111010 1100 1100001 0 1011010 10100 110100 100111010 1010010 11010

Color Harmonies of #7A0C61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0C61

Black with #7A0C61

Text Example


Text Example

White with #7A0C61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,12,97); }

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

background-color css

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

 a { background-color: rgb(122,12,97); }

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

border-color css

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

 span { border-color: rgb(122,12,97); }

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