Html Css Color HEX #7B155F Palatinate Purple

📋 copy color: '#7B155F'

red 123 ◦ green 21 ◦ blue 95

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

Shades of Palatinate Purple #7B155F

Tints of Palatinate Purple #7B155F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 39.75%

R = 51.46%
G = 8.79%
B = 39.75%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B155F (or 0x7B155F) is known color: Palatinate Purple. HEX triplet: 7B, 15 and 5F. RGB value is (123,21,95). Sum of RGB (Red+Green+Blue) = 123+21+95=239 (31% of max value = 765). Red value is 123 (48.44% from 255 or 51.46% from 239); Green value is 21 (8.59% from 255 or 8.79% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 123 - color contains mainly: red. Hex color #7B155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B155F is #84EAA0. Grayscale: #3B3B3B. Windows color (decimal): -8710817 or 6231419. OLE color: 6231419.

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

Color convert

RGB 123 21 95 -
CMYK 0 0.83 0.23 0.52
HSL 316.47º 0.71% 0.28% -
HSV(B) 316.47º 0.83% 0.48% -
XYZ 10.5 5.57 11.35 -
YUV 59.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 123 21 95 0 0.83 0.23 0.52 316.47 0.71 0.28
Hex 7B 15 5F 0 53 17 34 13C 47 1C
Octal 173 25 137 0 123 27 64 474 107 34
Binary 1111011 10101 1011111 0 1010011 10111 110100 100111100 1000111 11100

Color Harmonies of #7B155F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B155F

Black with #7B155F

Text Example


Text Example

White with #7B155F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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