Html Css Color HEX #7A2E6F Dark Purple

📋 copy color: '#7A2E6F'

red 122 ◦ green 46 ◦ blue 111

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

Shades of Dark Purple #7A2E6F

Tints of Dark Purple #7A2E6F

RGB

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

 GREEN value IS 46 (18.36% from 255) = 16.49%

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

R = 43.73%
G = 16.49%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A2E6F (or 0x7A2E6F) is known color: Dark Purple. HEX triplet: 7A, 2E and 6F. RGB value is (122,46,111). Sum of RGB (Red+Green+Blue) = 122+46+111=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 46 (18.36% from 255 or 16.49% from 279); Blue value is 111 (43.75% from 255 or 39.78% from 279); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2E6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2E6F is #85D190. Grayscale: #4B4B4B. Windows color (decimal): -8769937 or 7286394. OLE color: 7286394.

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

Color convert

RGB 122 46 111 -
CMYK 0 0.62 0.09 0.52
HSL 308.68º 0.45% 0.33% -
HSV(B) 308.68º 0.62% 0.48% -
XYZ 11.87 7.24 15.81 -
YUV 76.13 147.68 160.71 -
System Red Green Blue C M Y K H S L
Decimal 122 46 111 0 0.62 0.09 0.52 308.68 0.45 0.33
Hex 7A 2E 6F 0 3E 9 34 135 2D 21
Octal 172 56 157 0 76 11 64 465 55 41
Binary 1111010 101110 1101111 0 111110 1001 110100 100110101 101101 100001

Color Harmonies of #7A2E6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A2E6F

Black with #7A2E6F

Text Example


Text Example

White with #7A2E6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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