Html Css Color HEX #7A136E Dark Purple

📋 copy color: '#7A136E'

red 122 ◦ green 19 ◦ blue 110

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

Shades of Dark Purple #7A136E

Tints of Dark Purple #7A136E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.57%

 BLUE value IS 110 (43.36% from 255) = 43.82%

R = 48.61%
G = 7.57%
B = 43.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#7A136E (or 0x7A136E) is known color: Dark Purple. HEX triplet: 7A, 13 and 6E. RGB value is (122,19,110). Sum of RGB (Red+Green+Blue) = 122+19+110=251 (33% of max value = 765). Red value is 122 (48.05% from 255 or 48.61% from 251); Green value is 19 (7.81% from 255 or 7.57% from 251); Blue value is 110 (43.36% from 255 or 43.82% from 251); Max value from RGB is 122 - color contains mainly: red. Hex color #7A136E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A136E is #85EC91. Grayscale: #3B3B3B. Windows color (decimal): -8776850 or 7213946. OLE color: 7213946.

HSL color Cylindrical-coordinate representation of color #7A136E: hue angle of 306.99º degrees, saturation: 0.73, 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 #7A136E is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 19 110 -
CMYK 0 0.84 0.10 0.52
HSL 306.99º 0.73% 0.28% -
HSV(B) 306.99º 0.84% 0.48% -
XYZ 11.07 5.73 15.27 -
YUV 60.17 156.12 172.1 -
System Red Green Blue C M Y K H S L
Decimal 122 19 110 0 0.84 0.10 0.52 306.99 0.73 0.28
Hex 7A 13 6E 0 54 A 34 133 49 1C
Octal 172 23 156 0 124 12 64 463 111 34
Binary 1111010 10011 1101110 0 1010100 1010 110100 100110011 1001001 11100

Color Harmonies of #7A136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A136E

Black with #7A136E

Text Example


Text Example

White with #7A136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,19,110); }

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

background-color css

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

 a { background-color: rgb(122,19,110); }

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

border-color css

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

 span { border-color: rgb(122,19,110); }

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