Html Css Color HEX #7A125E Palatinate Purple

📋 copy color: '#7A125E'

red 122 ◦ green 18 ◦ blue 94

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

Shades of Palatinate Purple #7A125E

Tints of Palatinate Purple #7A125E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 40.17%

R = 52.14%
G = 7.69%
B = 40.17%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7A125E (or 0x7A125E) is known color: Palatinate Purple. HEX triplet: 7A, 12 and 5E. RGB value is (122,18,94). Sum of RGB (Red+Green+Blue) = 122+18+94=234 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.14% from 234); Green value is 18 (7.42% from 255 or 7.69% from 234); Blue value is 94 (37.11% from 255 or 40.17% from 234); Max value from RGB is 122 - color contains mainly: red. Hex color #7A125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A125E is #85EDA1. Grayscale: #393939. Windows color (decimal): -8777122 or 6165114. OLE color: 6165114.

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

Color convert

RGB 122 18 94 -
CMYK 0 0.85 0.23 0.52
HSL 316.15º 0.74% 0.27% -
HSV(B) 316.15º 0.85% 0.48% -
XYZ 10.26 5.38 11.09 -
YUV 57.76 148.46 173.82 -
System Red Green Blue C M Y K H S L
Decimal 122 18 94 0 0.85 0.23 0.52 316.15 0.74 0.27
Hex 7A 12 5E 0 55 17 34 13C 4A 1B
Octal 172 22 136 0 125 27 64 474 112 33
Binary 1111010 10010 1011110 0 1010101 10111 110100 100111100 1001010 11011

Color Harmonies of #7A125E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A125E

Black with #7A125E

Text Example


Text Example

White with #7A125E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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