Html Css Color HEX #7B135A Palatinate Purple

📋 copy color: '#7B135A'

red 123 ◦ green 19 ◦ blue 90

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

Shades of Palatinate Purple #7B135A

Tints of Palatinate Purple #7B135A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 38.79%

R = 53.02%
G = 8.19%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7B135A (or 0x7B135A) is known color: Palatinate Purple. HEX triplet: 7B, 13 and 5A. RGB value is (123,19,90). Sum of RGB (Red+Green+Blue) = 123+19+90=232 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.02% from 232); Green value is 19 (7.81% from 255 or 8.19% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 123 - color contains mainly: red. Hex color #7B135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B135A is #84ECA5. Grayscale: #3A3A3A. Windows color (decimal): -8711334 or 5903227. OLE color: 5903227.

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

Color convert

RGB 123 19 90 -
CMYK 0 0.85 0.27 0.52
HSL 319.04º 0.73% 0.28% -
HSV(B) 319.04º 0.85% 0.48% -
XYZ 10.25 5.41 10.18 -
YUV 58.19 145.96 174.23 -
System Red Green Blue C M Y K H S L
Decimal 123 19 90 0 0.85 0.27 0.52 319.04 0.73 0.28
Hex 7B 13 5A 0 55 1B 34 13F 49 1C
Octal 173 23 132 0 125 33 64 477 111 34
Binary 1111011 10011 1011010 0 1010101 11011 110100 100111111 1001001 11100

Color Harmonies of #7B135A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B135A

Black with #7B135A

Text Example


Text Example

White with #7B135A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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