Html Css Color HEX #7A1975 Dark Purple

📋 copy color: '#7A1975'

red 122 ◦ green 25 ◦ blue 117

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

Shades of Dark Purple #7A1975

Tints of Dark Purple #7A1975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 44.32%

R = 46.21%
G = 9.47%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A1975 (or 0x7A1975) is known color: Dark Purple. HEX triplet: 7A, 19 and 75. RGB value is (122,25,117). Sum of RGB (Red+Green+Blue) = 122+25+117=264 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.21% from 264); Green value is 25 (10.16% from 255 or 9.47% from 264); Blue value is 117 (46.09% from 255 or 44.32% from 264); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1975 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1975 is #85E68A. Grayscale: #404040. Windows color (decimal): -8775307 or 7674234. OLE color: 7674234.

HSL color Cylindrical-coordinate representation of color #7A1975: hue angle of 303.09º 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 #7A1975 is Cyan = 0, Magento = 0.80, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 25 117 -
CMYK 0 0.80 0.04 0.52
HSL 303.09º 0.66% 0.29% -
HSV(B) 303.09º 0.8% 0.48% -
XYZ 11.58 6.12 17.4 -
YUV 64.49 157.64 169.02 -
System Red Green Blue C M Y K H S L
Decimal 122 25 117 0 0.80 0.04 0.52 303.09 0.66 0.29
Hex 7A 19 75 0 50 4 34 12F 42 1D
Octal 172 31 165 0 120 4 64 457 102 35
Binary 1111010 11001 1110101 0 1010000 100 110100 100101111 1000010 11101

Color Harmonies of #7A1975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1975

Black with #7A1975

Text Example


Text Example

White with #7A1975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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