Html Css Color HEX #7B2263 Palatinate Purple

📋 copy color: '#7B2263'

red 123 ◦ green 34 ◦ blue 99

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

Shades of Palatinate Purple #7B2263

Tints of Palatinate Purple #7B2263

RGB

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

 GREEN value IS 34 (13.67% from 255) = 13.28%

 BLUE value IS 99 (39.06% from 255) = 38.67%

R = 48.05%
G = 13.28%
B = 38.67%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.20

 K value IS 0.52

RGB Variations

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

Color information

#7B2263 (or 0x7B2263) is known color: Palatinate Purple. HEX triplet: 7B, 22 and 63. RGB value is (123,34,99). Sum of RGB (Red+Green+Blue) = 123+34+99=256 (33% of max value = 765). Red value is 123 (48.44% from 255 or 48.05% from 256); Green value is 34 (13.67% from 255 or 13.28% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2263 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2263 is #84DD9C. Grayscale: #434343. Windows color (decimal): -8707485 or 6496891. OLE color: 6496891.

HSL color Cylindrical-coordinate representation of color #7B2263: hue angle of 316.18º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #7B2263 is Cyan = 0, Magento = 0.72, Yellow = 0.20 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 34 99 -
CMYK 0 0.72 0.20 0.52
HSL 316.18º 0.57% 0.31% -
HSV(B) 316.18º 0.72% 0.48% -
XYZ 10.99 6.26 12.43 -
YUV 68.02 145.49 167.21 -
System Red Green Blue C M Y K H S L
Decimal 123 34 99 0 0.72 0.20 0.52 316.18 0.57 0.31
Hex 7B 22 63 0 48 14 34 13C 39 1F
Octal 173 42 143 0 110 24 64 474 71 37
Binary 1111011 100010 1100011 0 1001000 10100 110100 100111100 111001 11111

Color Harmonies of #7B2263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B2263

Black with #7B2263

Text Example


Text Example

White with #7B2263

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,34,99); }

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

background-color css

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

 a { background-color: rgb(123,34,99); }

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

border-color css

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

 span { border-color: rgb(123,34,99); }

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