Html Css Color HEX #7B265F Palatinate Purple

📋 copy color: '#7B265F'

red 123 ◦ green 38 ◦ blue 95

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

Shades of Palatinate Purple #7B265F

Tints of Palatinate Purple #7B265F

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 48.05%
G = 14.84%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.52

RGB Variations

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

Color information

#7B265F (or 0x7B265F) is known color: Palatinate Purple. HEX triplet: 7B, 26 and 5F. RGB value is (123,38,95). Sum of RGB (Red+Green+Blue) = 123+38+95=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 95 (37.5% from 255 or 37.11% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B265F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B265F is #84D9A0. Grayscale: #454545. Windows color (decimal): -8706465 or 6235771. OLE color: 6235771.

HSL color Cylindrical-coordinate representation of color #7B265F: hue angle of 319.76º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7B265F is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 38 95 -
CMYK 0 0.69 0.23 0.52
HSL 319.76º 0.53% 0.32% -
HSV(B) 319.76º 0.69% 0.48% -
XYZ 10.93 6.42 11.49 -
YUV 69.91 142.16 165.87 -
System Red Green Blue C M Y K H S L
Decimal 123 38 95 0 0.69 0.23 0.52 319.76 0.53 0.32
Hex 7B 26 5F 0 45 17 34 140 35 20
Octal 173 46 137 0 105 27 64 500 65 40
Binary 1111011 100110 1011111 0 1000101 10111 110100 101000000 110101 100000

Color Harmonies of #7B265F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B265F

Black with #7B265F

Text Example


Text Example

White with #7B265F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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