Html Css Color HEX #7B155B Palatinate Purple

📋 copy color: '#7B155B'

red 123 ◦ green 21 ◦ blue 91

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

Shades of Palatinate Purple #7B155B

Tints of Palatinate Purple #7B155B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.94%

 BLUE value IS 91 (35.94% from 255) = 38.72%

R = 52.34%
G = 8.94%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B155B (or 0x7B155B) is known color: Palatinate Purple. HEX triplet: 7B, 15 and 5B. RGB value is (123,21,91). Sum of RGB (Red+Green+Blue) = 123+21+91=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 21 (8.59% from 255 or 8.94% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B155B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B155B is #84EAA4. Grayscale: #3B3B3B. Windows color (decimal): -8710821 or 5969275. OLE color: 5969275.

HSL color Cylindrical-coordinate representation of color #7B155B: hue angle of 318.82º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7B155B is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 21 91 -
CMYK 0 0.83 0.26 0.52
HSL 318.82º 0.71% 0.28% -
HSV(B) 318.82º 0.83% 0.48% -
XYZ 10.32 5.5 10.42 -
YUV 59.48 145.79 173.31 -
System Red Green Blue C M Y K H S L
Decimal 123 21 91 0 0.83 0.26 0.52 318.82 0.71 0.28
Hex 7B 15 5B 0 53 1A 34 13F 47 1C
Octal 173 25 133 0 123 32 64 477 107 34
Binary 1111011 10101 1011011 0 1010011 11010 110100 100111111 1000111 11100

Color Harmonies of #7B155B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B155B

Black with #7B155B

Text Example


Text Example

White with #7B155B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,21,91); }

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

background-color css

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

 a { background-color: rgb(123,21,91); }

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

border-color css

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

 span { border-color: rgb(123,21,91); }

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