Html Css Color HEX #7A1275 Dark Purple

📋 copy color: '#7A1275'

red 122 ◦ green 18 ◦ blue 117

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

Shades of Dark Purple #7A1275

Tints of Dark Purple #7A1275

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7%

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

R = 47.47%
G = 7%
B = 45.53%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.04

 K value IS 0.52

RGB Variations

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

Color information

#7A1275 (or 0x7A1275) is known color: Dark Purple. HEX triplet: 7A, 12 and 75. RGB value is (122,18,117). Sum of RGB (Red+Green+Blue) = 122+18+117=257 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.47% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 117 (46.09% from 255 or 45.53% from 257); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1275 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1275 is #85ED8A. Grayscale: #3C3C3C. Windows color (decimal): -8777099 or 7672442. OLE color: 7672442.

HSL color Cylindrical-coordinate representation of color #7A1275: hue angle of 302.88º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1275 is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 18 117 -
CMYK 0 0.85 0.04 0.52
HSL 302.88º 0.74% 0.27% -
HSV(B) 302.88º 0.85% 0.48% -
XYZ 11.45 5.85 17.36 -
YUV 60.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 122 18 117 0 0.85 0.04 0.52 302.88 0.74 0.27
Hex 7A 12 75 0 55 4 34 12F 4A 1B
Octal 172 22 165 0 125 4 64 457 112 33
Binary 1111010 10010 1110101 0 1010101 100 110100 100101111 1001010 11011

Color Harmonies of #7A1275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1275

Black with #7A1275

Text Example


Text Example

White with #7A1275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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