Html Css Color HEX #673362 Palatinate Purple

📋 copy color: '#673362'

red 103 ◦ green 51 ◦ blue 98

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

Shades of Palatinate Purple #673362

Tints of Palatinate Purple #673362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.89%

R = 40.87%
G = 20.24%
B = 38.89%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#673362 (or 0x673362) is known color: Palatinate Purple. HEX triplet: 67, 33 and 62. RGB value is (103,51,98). Sum of RGB (Red+Green+Blue) = 103+51+98=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 51 (20.31% from 255 or 20.24% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 103 - color contains mainly: red. Hex color #673362 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673362 is #98CC9D. Grayscale: #474747. Windows color (decimal): -10013854 or 6435687. OLE color: 6435687.

HSL color Cylindrical-coordinate representation of color #673362: hue angle of 305.77º 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 #673362 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 103 51 98 -
CMYK 0 0.50 0.05 0.60
HSL 305.77º 0.34% 0.3% -
HSV(B) 305.77º 0.5% 0.4% -
XYZ 8.98 6.13 12.27 -
YUV 71.91 142.73 150.18 -
System Red Green Blue C M Y K H S L
Decimal 103 51 98 0 0.50 0.05 0.60 305.77 0.34 0.3
Hex 67 33 62 0 32 5 3C 132 22 1E
Octal 147 63 142 0 62 5 74 462 42 36
Binary 1100111 110011 1100010 0 110010 101 111100 100110010 100010 11110

Color Harmonies of #673362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #673362

Black with #673362

Text Example


Text Example

White with #673362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #673362; }

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

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

background-color css

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

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

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

border-color css

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

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

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