Html Css Color HEX #7B1A63 Palatinate Purple

📋 copy color: '#7B1A63'

red 123 ◦ green 26 ◦ blue 99

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

Shades of Palatinate Purple #7B1A63

Tints of Palatinate Purple #7B1A63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 39.92%

R = 49.6%
G = 10.48%
B = 39.92%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B1A63 (or 0x7B1A63) is known color: Palatinate Purple. HEX triplet: 7B, 1A and 63. RGB value is (123,26,99). Sum of RGB (Red+Green+Blue) = 123+26+99=248 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.60% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 99 (39.06% from 255 or 39.92% from 248); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1A63 is #84E59C. Grayscale: #3F3F3F. Windows color (decimal): -8709533 or 6494843. OLE color: 6494843.

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

Color convert

RGB 123 26 99 -
CMYK 0 0.79 0.20 0.52
HSL 314.85º 0.65% 0.29% -
HSV(B) 314.85º 0.79% 0.48% -
XYZ 10.79 5.85 12.36 -
YUV 63.33 148.14 170.56 -
System Red Green Blue C M Y K H S L
Decimal 123 26 99 0 0.79 0.20 0.52 314.85 0.65 0.29
Hex 7B 1A 63 0 4F 14 34 13B 41 1D
Octal 173 32 143 0 117 24 64 473 101 35
Binary 1111011 11010 1100011 0 1001111 10100 110100 100111011 1000001 11101

Color Harmonies of #7B1A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1A63

Black with #7B1A63

Text Example


Text Example

White with #7B1A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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