Html Css Color HEX #7B135B Palatinate Purple

📋 copy color: '#7B135B'

red 123 ◦ green 19 ◦ blue 91

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

Shades of Palatinate Purple #7B135B

Tints of Palatinate Purple #7B135B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.15%

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

R = 52.79%
G = 8.15%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.52

RGB Variations

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

Color information

#7B135B (or 0x7B135B) is known color: Palatinate Purple. HEX triplet: 7B, 13 and 5B. RGB value is (123,19,91). Sum of RGB (Red+Green+Blue) = 123+19+91=233 (30% of max value = 765). Red value is 123 (48.44% from 255 or 52.79% from 233); Green value is 19 (7.81% from 255 or 8.15% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 123 - color contains mainly: red. Hex color #7B135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B135B is #84ECA4. Grayscale: #3A3A3A. Windows color (decimal): -8711333 or 5968763. OLE color: 5968763.

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

Color convert

RGB 123 19 91 -
CMYK 0 0.85 0.26 0.52
HSL 318.46º 0.73% 0.28% -
HSV(B) 318.46º 0.85% 0.48% -
XYZ 10.29 5.43 10.4 -
YUV 58.3 146.46 174.15 -
System Red Green Blue C M Y K H S L
Decimal 123 19 91 0 0.85 0.26 0.52 318.46 0.73 0.28
Hex 7B 13 5B 0 55 1A 34 13E 49 1C
Octal 173 23 133 0 125 32 64 476 111 34
Binary 1111011 10011 1011011 0 1010101 11010 110100 100111110 1001001 11100

Color Harmonies of #7B135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B135B

Black with #7B135B

Text Example


Text Example

White with #7B135B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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