Html Css Color HEX #7A0F6D Dark Purple

📋 copy color: '#7A0F6D'

red 122 ◦ green 15 ◦ blue 109

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

Shades of Dark Purple #7A0F6D

Tints of Dark Purple #7A0F6D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 6.1%

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

R = 49.59%
G = 6.1%
B = 44.31%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A0F6D (or 0x7A0F6D) is known color: Dark Purple. HEX triplet: 7A, 0F and 6D. RGB value is (122,15,109). Sum of RGB (Red+Green+Blue) = 122+15+109=246 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.59% from 246); Green value is 15 (6.25% from 255 or 6.10% from 246); Blue value is 109 (42.97% from 255 or 44.31% from 246); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0F6D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0F6D is #85F092. Grayscale: #393939. Windows color (decimal): -8777875 or 7147386. OLE color: 7147386.

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

Color convert

RGB 122 15 109 -
CMYK 0 0.88 0.11 0.52
HSL 307.29º 0.78% 0.27% -
HSV(B) 307.29º 0.88% 0.48% -
XYZ 10.96 5.58 14.97 -
YUV 57.71 156.95 173.86 -
System Red Green Blue C M Y K H S L
Decimal 122 15 109 0 0.88 0.11 0.52 307.29 0.78 0.27
Hex 7A F 6D 0 58 B 34 133 4E 1B
Octal 172 17 155 0 130 13 64 463 116 33
Binary 1111010 1111 1101101 0 1011000 1011 110100 100110011 1001110 11011

Color Harmonies of #7A0F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0F6D

Black with #7A0F6D

Text Example


Text Example

White with #7A0F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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