Html Css Color HEX #7B1B63 Palatinate Purple

📋 copy color: '#7B1B63'

red 123 ◦ green 27 ◦ blue 99

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

Shades of Palatinate Purple #7B1B63

Tints of Palatinate Purple #7B1B63

RGB

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

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

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

R = 49.4%
G = 10.84%
B = 39.76%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B1B63 (or 0x7B1B63) is known color: Palatinate Purple. HEX triplet: 7B, 1B and 63. RGB value is (123,27,99). Sum of RGB (Red+Green+Blue) = 123+27+99=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 27 (10.94% from 255 or 10.84% from 249); Blue value is 99 (39.06% from 255 or 39.76% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B1B63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B1B63 is #84E49C. Grayscale: #3F3F3F. Windows color (decimal): -8709277 or 6495099. OLE color: 6495099.

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

Color convert

RGB 123 27 99 -
CMYK 0 0.78 0.20 0.52
HSL 315º 0.64% 0.29% -
HSV(B) 315º 0.78% 0.48% -
XYZ 10.81 5.9 12.37 -
YUV 63.91 147.8 170.15 -
System Red Green Blue C M Y K H S L
Decimal 123 27 99 0 0.78 0.20 0.52 315 0.64 0.29
Hex 7B 1B 63 0 4E 14 34 13B 40 1D
Octal 173 33 143 0 116 24 64 473 100 35
Binary 1111011 11011 1100011 0 1001110 10100 110100 100111011 1000000 11101

Color Harmonies of #7B1B63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B1B63

Black with #7B1B63

Text Example


Text Example

White with #7B1B63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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