Html Css Color HEX #7B115A Palatinate Purple

📋 copy color: '#7B115A'

red 123 ◦ green 17 ◦ blue 90

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

Shades of Palatinate Purple #7B115A

Tints of Palatinate Purple #7B115A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.39%

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

R = 53.48%
G = 7.39%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.52

RGB Variations

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

Color information

#7B115A (or 0x7B115A) is known color: Palatinate Purple. HEX triplet: 7B, 11 and 5A. RGB value is (123,17,90). Sum of RGB (Red+Green+Blue) = 123+17+90=230 (30% of max value = 765). Red value is 123 (48.44% from 255 or 53.48% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 90 (35.55% from 255 or 39.13% from 230); Max value from RGB is 123 - color contains mainly: red. Hex color #7B115A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B115A is #84EEA5. Grayscale: #383838. Windows color (decimal): -8711846 or 5902715. OLE color: 5902715.

HSL color Cylindrical-coordinate representation of color #7B115A: hue angle of 318.68º degrees, saturation: 0.76, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7B115A is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 17 90 -
CMYK 0 0.86 0.27 0.52
HSL 318.68º 0.76% 0.27% -
HSV(B) 318.68º 0.86% 0.48% -
XYZ 10.21 5.35 10.17 -
YUV 57.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 123 17 90 0 0.86 0.27 0.52 318.68 0.76 0.27
Hex 7B 11 5A 0 56 1B 34 13F 4C 1B
Octal 173 21 132 0 126 33 64 477 114 33
Binary 1111011 10001 1011010 0 1010110 11011 110100 100111111 1001100 11011

Color Harmonies of #7B115A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B115A

Black with #7B115A

Text Example


Text Example

White with #7B115A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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