Html Css Color HEX #7B1A5D Palatinate Purple

📋 copy color: '#7B1A5D'

red 123 ◦ green 26 ◦ blue 93

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

Shades of Palatinate Purple #7B1A5D

Tints of Palatinate Purple #7B1A5D

RGB

 RED value IS 123 (48.44% from 255) = 50.83%

 GREEN value IS 26 (10.55% from 255) = 10.74%

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

R = 50.83%
G = 10.74%
B = 38.43%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.24

 K value IS 0.52

RGB Variations

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

Color information

#7B1A5D (or 0x7B1A5D) is known color: Palatinate Purple. HEX triplet: 7B, 1A and 5D. RGB value is (123,26,93). Sum of RGB (Red+Green+Blue) = 123+26+93=242 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.83% from 242); Green value is 26 (10.55% from 255 or 10.74% from 242); Blue value is 93 (36.72% from 255 or 38.43% from 242); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1A5D is #84E5A2. Grayscale: #3E3E3E. Windows color (decimal): -8709539 or 6101627. OLE color: 6101627.

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

Color convert

RGB 123 26 93 -
CMYK 0 0.79 0.24 0.52
HSL 318.56º 0.65% 0.29% -
HSV(B) 318.56º 0.79% 0.48% -
XYZ 10.51 5.74 10.91 -
YUV 62.64 145.14 171.05 -
System Red Green Blue C M Y K H S L
Decimal 123 26 93 0 0.79 0.24 0.52 318.56 0.65 0.29
Hex 7B 1A 5D 0 4F 18 34 13F 41 1D
Octal 173 32 135 0 117 30 64 477 101 35
Binary 1111011 11010 1011101 0 1001111 11000 110100 100111111 1000001 11101

Color Harmonies of #7B1A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1A5D

Black with #7B1A5D

Text Example


Text Example

White with #7B1A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,26,93); }

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

background-color css

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

 a { background-color: rgb(123,26,93); }

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

border-color css

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

 span { border-color: rgb(123,26,93); }

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