Html Css Color HEX #7A1B6D Dark Purple

📋 copy color: '#7A1B6D'

red 122 ◦ green 27 ◦ blue 109

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

Shades of Dark Purple #7A1B6D

Tints of Dark Purple #7A1B6D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 10.47%

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

R = 47.29%
G = 10.47%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7A1B6D (or 0x7A1B6D) is known color: Dark Purple. HEX triplet: 7A, 1B and 6D. RGB value is (122,27,109). Sum of RGB (Red+Green+Blue) = 122+27+109=258 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.29% from 258); Green value is 27 (10.94% from 255 or 10.47% from 258); Blue value is 109 (42.97% from 255 or 42.25% from 258); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B6D is #85E492. Grayscale: #404040. Windows color (decimal): -8774803 or 7150458. OLE color: 7150458.

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

Color convert

RGB 122 27 109 -
CMYK 0 0.78 0.11 0.52
HSL 308.21º 0.64% 0.29% -
HSV(B) 308.21º 0.78% 0.48% -
XYZ 11.18 6.03 15.04 -
YUV 64.75 152.97 168.83 -
System Red Green Blue C M Y K H S L
Decimal 122 27 109 0 0.78 0.11 0.52 308.21 0.64 0.29
Hex 7A 1B 6D 0 4E B 34 134 40 1D
Octal 172 33 155 0 116 13 64 464 100 35
Binary 1111010 11011 1101101 0 1001110 1011 110100 100110100 1000000 11101

Color Harmonies of #7A1B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1B6D

Black with #7A1B6D

Text Example


Text Example

White with #7A1B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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