Html Css Color HEX #7B366D Palatinate Purple

📋 copy color: '#7B366D'

red 123 ◦ green 54 ◦ blue 109

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

Shades of Palatinate Purple #7B366D

Tints of Palatinate Purple #7B366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 18.88%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 43.01%
G = 18.88%
B = 38.11%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#7B366D (or 0x7B366D) is known color: Palatinate Purple. HEX triplet: 7B, 36 and 6D. RGB value is (123,54,109). Sum of RGB (Red+Green+Blue) = 123+54+109=286 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.01% from 286); Green value is 54 (21.48% from 255 or 18.88% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 123 - color contains mainly: red. Hex color #7B366D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B366D is #84C992. Grayscale: #505050. Windows color (decimal): -8702355 or 7157371. OLE color: 7157371.

HSL color Cylindrical-coordinate representation of color #7B366D: hue angle of 312.17º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7B366D is Cyan = 0, Magento = 0.56, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 123 54 109 -
CMYK 0 0.56 0.11 0.52
HSL 312.17º 0.39% 0.35% -
HSV(B) 312.17º 0.56% 0.48% -
XYZ 12.25 7.95 15.36 -
YUV 80.9 143.86 158.03 -
System Red Green Blue C M Y K H S L
Decimal 123 54 109 0 0.56 0.11 0.52 312.17 0.39 0.35
Hex 7B 36 6D 0 38 B 34 138 27 23
Octal 173 66 155 0 70 13 64 470 47 43
Binary 1111011 110110 1101101 0 111000 1011 110100 100111000 100111 100011

Color Harmonies of #7B366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B366D

Black with #7B366D

Text Example


Text Example

White with #7B366D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,54,109); }

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

background-color css

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

 a { background-color: rgb(123,54,109); }

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

border-color css

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

 span { border-color: rgb(123,54,109); }

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