Html Css Color HEX #7A125F Palatinate Purple

📋 copy color: '#7A125F'

red 122 ◦ green 18 ◦ blue 95

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

Shades of Palatinate Purple #7A125F

Tints of Palatinate Purple #7A125F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.43%

R = 51.91%
G = 7.66%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.22

 K value IS 0.52

RGB Variations

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

Color information

#7A125F (or 0x7A125F) is known color: Palatinate Purple. HEX triplet: 7A, 12 and 5F. RGB value is (122,18,95). Sum of RGB (Red+Green+Blue) = 122+18+95=235 (31% of max value = 765). Red value is 122 (48.05% from 255 or 51.91% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 122 - color contains mainly: red. Hex color #7A125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A125F is #85EDA0. Grayscale: #393939. Windows color (decimal): -8777121 or 6230650. OLE color: 6230650.

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

Color convert

RGB 122 18 95 -
CMYK 0 0.85 0.22 0.52
HSL 315.58º 0.74% 0.27% -
HSV(B) 315.58º 0.85% 0.48% -
XYZ 10.31 5.4 11.32 -
YUV 57.87 148.96 173.74 -
System Red Green Blue C M Y K H S L
Decimal 122 18 95 0 0.85 0.22 0.52 315.58 0.74 0.27
Hex 7A 12 5F 0 55 16 34 13C 4A 1B
Octal 172 22 137 0 125 26 64 474 112 33
Binary 1111010 10010 1011111 0 1010101 10110 110100 100111100 1001010 11011

Color Harmonies of #7A125F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A125F

Black with #7A125F

Text Example


Text Example

White with #7A125F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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