Html Css Color HEX #7B115F Palatinate Purple

📋 copy color: '#7B115F'

red 123 ◦ green 17 ◦ blue 95

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

Shades of Palatinate Purple #7B115F

Tints of Palatinate Purple #7B115F

RGB

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

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

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

R = 52.34%
G = 7.23%
B = 40.43%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B115F (or 0x7B115F) is known color: Palatinate Purple. HEX triplet: 7B, 11 and 5F. RGB value is (123,17,95). Sum of RGB (Red+Green+Blue) = 123+17+95=235 (31% of max value = 765). Red value is 123 (48.44% from 255 or 52.34% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 123 - color contains mainly: red. Hex color #7B115F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7B115F is #84EEA0. Grayscale: #393939. Windows color (decimal): -8711841 or 6230395. OLE color: 6230395.

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

Color convert

RGB 123 17 95 -
CMYK 0 0.86 0.23 0.52
HSL 315.85º 0.76% 0.27% -
HSV(B) 315.85º 0.86% 0.48% -
XYZ 10.43 5.44 11.33 -
YUV 57.59 149.12 174.66 -
System Red Green Blue C M Y K H S L
Decimal 123 17 95 0 0.86 0.23 0.52 315.85 0.76 0.27
Hex 7B 11 5F 0 56 17 34 13C 4C 1B
Octal 173 21 137 0 126 27 64 474 114 33
Binary 1111011 10001 1011111 0 1010110 10111 110100 100111100 1001100 11011

Color Harmonies of #7B115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B115F

Black with #7B115F

Text Example


Text Example

White with #7B115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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