Html Css Color HEX #7A1563 Dark Purple

📋 copy color: '#7A1563'

red 122 ◦ green 21 ◦ blue 99

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

Shades of Dark Purple #7A1563

Tints of Dark Purple #7A1563

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.68%

 BLUE value IS 99 (39.06% from 255) = 40.91%

R = 50.41%
G = 8.68%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.19

 K value IS 0.52

RGB Variations

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

Color information

#7A1563 (or 0x7A1563) is known color: Dark Purple. HEX triplet: 7A, 15 and 63. RGB value is (122,21,99). Sum of RGB (Red+Green+Blue) = 122+21+99=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 99 (39.06% from 255 or 40.91% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1563 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1563 is #85EA9C. Grayscale: #3B3B3B. Windows color (decimal): -8776349 or 6493562. OLE color: 6493562.

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

Color convert

RGB 122 21 99 -
CMYK 0 0.83 0.19 0.52
HSL 313.66º 0.71% 0.28% -
HSV(B) 313.66º 0.83% 0.48% -
XYZ 10.55 5.57 12.32 -
YUV 60.09 149.96 172.16 -
System Red Green Blue C M Y K H S L
Decimal 122 21 99 0 0.83 0.19 0.52 313.66 0.71 0.28
Hex 7A 15 63 0 53 13 34 13A 47 1C
Octal 172 25 143 0 123 23 64 472 107 34
Binary 1111010 10101 1100011 0 1010011 10011 110100 100111010 1000111 11100

Color Harmonies of #7A1563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1563

Black with #7A1563

Text Example


Text Example

White with #7A1563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,21,99); }

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

background-color css

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

 a { background-color: rgb(122,21,99); }

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

border-color css

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

 span { border-color: rgb(122,21,99); }

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