Html Css Color HEX #673356 Palatinate Purple

📋 copy color: '#673356'

red 103 ◦ green 51 ◦ blue 86

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

Shades of Palatinate Purple #673356

Tints of Palatinate Purple #673356

RGB

 RED value IS 103 (40.63% from 255) = 42.92%

 GREEN value IS 51 (20.31% from 255) = 21.25%

 BLUE value IS 86 (33.98% from 255) = 35.83%

R = 42.92%
G = 21.25%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.60

RGB Variations

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

Color information

#673356 (or 0x673356) is known color: Palatinate Purple. HEX triplet: 67, 33 and 56. RGB value is (103,51,86). Sum of RGB (Red+Green+Blue) = 103+51+86=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 86 (33.98% from 255 or 35.83% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #673356 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673356 is #98CCA9. Grayscale: #464646. Windows color (decimal): -10013866 or 5649255. OLE color: 5649255.

HSL color Cylindrical-coordinate representation of color #673356: hue angle of 319.62º degrees, saturation: 0.34, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #673356 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 86 -
CMYK 0 0.50 0.17 0.60
HSL 319.62º 0.34% 0.3% -
HSV(B) 319.62º 0.5% 0.4% -
XYZ 8.46 5.92 9.5 -
YUV 70.54 136.73 151.15 -
System Red Green Blue C M Y K H S L
Decimal 103 51 86 0 0.50 0.17 0.60 319.62 0.34 0.3
Hex 67 33 56 0 32 11 3C 140 22 1E
Octal 147 63 126 0 62 21 74 500 42 36
Binary 1100111 110011 1010110 0 110010 10001 111100 101000000 100010 11110

Color Harmonies of #673356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673356

Black with #673356

Text Example


Text Example

White with #673356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673356; }

 p { color: rgb(103,51,86); }

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

background-color css

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

 a { background-color: rgb(103,51,86); }

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

border-color css

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

 span { border-color: rgb(103,51,86); }

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