Html Css Color HEX #7A146F Dark Purple

📋 copy color: '#7A146F'

red 122 ◦ green 20 ◦ blue 111

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

Shades of Dark Purple #7A146F

Tints of Dark Purple #7A146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.91%

 BLUE value IS 111 (43.75% from 255) = 43.87%

R = 48.22%
G = 7.91%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A146F (or 0x7A146F) is known color: Dark Purple. HEX triplet: 7A, 14 and 6F. RGB value is (122,20,111). Sum of RGB (Red+Green+Blue) = 122+20+111=253 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.22% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 122 - color contains mainly: red. Hex color #7A146F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A146F is #85EB90. Grayscale: #3C3C3C. Windows color (decimal): -8776593 or 7279738. OLE color: 7279738.

HSL color Cylindrical-coordinate representation of color #7A146F: hue angle of 306.47º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7A146F is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 20 111 -
CMYK 0 0.84 0.09 0.52
HSL 306.47º 0.72% 0.28% -
HSV(B) 306.47º 0.84% 0.48% -
XYZ 11.15 5.79 15.57 -
YUV 60.87 156.29 171.6 -
System Red Green Blue C M Y K H S L
Decimal 122 20 111 0 0.84 0.09 0.52 306.47 0.72 0.28
Hex 7A 14 6F 0 54 9 34 132 48 1C
Octal 172 24 157 0 124 11 64 462 110 34
Binary 1111010 10100 1101111 0 1010100 1001 110100 100110010 1001000 11100

Color Harmonies of #7A146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A146F

Black with #7A146F

Text Example


Text Example

White with #7A146F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,20,111); }

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

background-color css

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

 a { background-color: rgb(122,20,111); }

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

border-color css

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

 span { border-color: rgb(122,20,111); }

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