Html Css Color HEX #7A1B5D Palatinate Purple

📋 copy color: '#7A1B5D'

red 122 ◦ green 27 ◦ blue 93

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

Shades of Palatinate Purple #7A1B5D

Tints of Palatinate Purple #7A1B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

 BLUE value IS 93 (36.72% from 255) = 38.43%

R = 50.41%
G = 11.16%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7A1B5D (or 0x7A1B5D) is known color: Palatinate Purple. HEX triplet: 7A, 1B and 5D. RGB value is (122,27,93). Sum of RGB (Red+Green+Blue) = 122+27+93=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1B5D is #85E4A2. Grayscale: #3E3E3E. Windows color (decimal): -8774819 or 6101882. OLE color: 6101882.

HSL color Cylindrical-coordinate representation of color #7A1B5D: hue angle of 318.32º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1B5D is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 27 93 -
CMYK 0 0.78 0.24 0.52
HSL 318.32º 0.64% 0.29% -
HSV(B) 318.32º 0.78% 0.48% -
XYZ 10.39 5.71 10.91 -
YUV 62.93 144.97 170.13 -
System Red Green Blue C M Y K H S L
Decimal 122 27 93 0 0.78 0.24 0.52 318.32 0.64 0.29
Hex 7A 1B 5D 0 4E 18 34 13E 40 1D
Octal 172 33 135 0 116 30 64 476 100 35
Binary 1111010 11011 1011101 0 1001110 11000 110100 100111110 1000000 11101

Color Harmonies of #7A1B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A1B5D

Black with #7A1B5D

Text Example


Text Example

White with #7A1B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,27,93); }

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

background-color css

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

 a { background-color: rgb(122,27,93); }

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

border-color css

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

 span { border-color: rgb(122,27,93); }

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