Html Css Color HEX #7A1965 Dark Purple

📋 copy color: '#7A1965'

red 122 ◦ green 25 ◦ blue 101

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

Shades of Dark Purple #7A1965

Tints of Dark Purple #7A1965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 10.08%

 BLUE value IS 101 (39.84% from 255) = 40.73%

R = 49.19%
G = 10.08%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.17

 K value IS 0.52

RGB Variations

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

Color information

#7A1965 (or 0x7A1965) is known color: Dark Purple. HEX triplet: 7A, 19 and 65. RGB value is (122,25,101). Sum of RGB (Red+Green+Blue) = 122+25+101=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 25 (10.16% from 255 or 10.08% from 248); Blue value is 101 (39.84% from 255 or 40.73% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1965 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1965 is #85E69A. Grayscale: #3E3E3E. Windows color (decimal): -8775323 or 6625658. OLE color: 6625658.

HSL color Cylindrical-coordinate representation of color #7A1965: hue angle of 312.99º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1965 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 25 101 -
CMYK 0 0.80 0.17 0.52
HSL 312.99º 0.66% 0.29% -
HSV(B) 312.99º 0.8% 0.48% -
XYZ 10.72 5.77 12.86 -
YUV 62.67 149.64 170.32 -
System Red Green Blue C M Y K H S L
Decimal 122 25 101 0 0.80 0.17 0.52 312.99 0.66 0.29
Hex 7A 19 65 0 50 11 34 139 42 1D
Octal 172 31 145 0 120 21 64 471 102 35
Binary 1111010 11001 1100101 0 1010000 10001 110100 100111001 1000010 11101

Color Harmonies of #7A1965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1965

Black with #7A1965

Text Example


Text Example

White with #7A1965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,25,101); }

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

background-color css

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

 a { background-color: rgb(122,25,101); }

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

border-color css

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

 span { border-color: rgb(122,25,101); }

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